Class MultiValueHudElement
- Namespace
- Macad.Interaction
- Assembly
- Macad.Interaction.dll
MultiValueHudElement
public class MultiValueHudElement : HudElement
- Inheritance
-
MultiValueHudElement
Constructors
public MultiValueHudElement()
Properties
public bool IsInKeyboardMode1 { get; set; }
- Property Value: bool
public bool IsInKeyboardMode2 { get; set; }
- Property Value: bool
public string Label1 { get; set; }
- Property Value: string
public string Label2 { get; set; }
- Property Value: string
public ValueUnits Units1 { get; set; }
- Property Value: ValueUnits
public ValueUnits Units2 { get; set; }
- Property Value: ValueUnits
public double Value1 { get; set; }
- Property Value: double
public double Value2 { get; set; }
- Property Value: double
Methods
public override void Cleanup()
public void InitializeComponent()
InitializeComponent
public void SetValue1(double value)
valuedouble
public void SetValue2(double value)
valuedouble
public void SetValues(double value1, double value2)
public override void SimulatedKeyDown(KeyEventArgs eventArgs)
eventArgsKeyEventArgs
Events
public event MultiValueHudElement.MultiValueEnteredEvent MultiValueEntered
- Event Type: MultiValueHudElement.MultiValueEnteredEvent