ForceFeedbackControlForces
USI.Core
Forces currently authored for the primary yoke and pedal controls. Signed values preserve the modeled control direction.
public struct ForceFeedbackControlForces : IEquatable<ForceFeedbackControlForces>Constructors
ForceFeedbackControlForces
public ForceFeedbackControlForces(Force PitchYoke, Force RollYoke, Force YawPedal, Force LeftBrakePedal, Force RightBrakePedal)Forces currently authored for the primary yoke and pedal controls. Signed values preserve the modeled control direction.
Properties
LeftBrakePedal
public Force LeftBrakePedal { get; set; }PitchYoke
public Force PitchYoke { get; set; }RightBrakePedal
public Force RightBrakePedal { get; set; }RollYoke
public Force RollYoke { get; set; }YawPedal
public Force YawPedal { get; set; }Methods
Deconstruct
public void Deconstruct(Force PitchYoke, Force RollYoke, Force YawPedal, Force LeftBrakePedal, Force RightBrakePedal)Equals
public bool Equals(object obj)Equals
public bool Equals(ForceFeedbackControlForces other)GetHashCode
public int GetHashCode()ToString
public string ToString()