Class HUD_VerticalSpeed
Aircraft instrument for vertical speed indication.
Inherited Members
Namespace: NWH.Aerodynamics.AircraftController.Instruments
Assembly: NWH.Aerodynamics.dll
Syntax
public class HUD_VerticalSpeed : HUD_Instrument
Fields
| Edit this page View SourcedegreesPerUnit
Hand degrees of rotation per per 100 ft/min.
Declaration
[Tooltip("Hand degrees of rotation per per 100 ft/min.")]
public float degreesPerUnit
Field Value
| Type | Description |
|---|---|
| float |
hand
Vertical airspeed hand. Can be Transform (3D) or RectTransform (UI).
Declaration
[Tooltip("Vertical airspeed hand. Can be Transform (3D) or RectTransform (UI).")]
public Transform hand
Field Value
| Type | Description |
|---|---|
| Transform |
maxIndicatedSpeed
Maximum indicated speed times 100 ft/min.
Declaration
[Tooltip("Maximum indicated speed times 100 ft/min.")]
public float maxIndicatedSpeed
Field Value
| Type | Description |
|---|---|
| float |
Methods
| Edit this page View SourceLateUpdate()
Declaration
public void LateUpdate()