Class HUD_Heading
Aircraft instrument for heading indication.
Inherited Members
Namespace: NWH.Aerodynamics.AircraftController.Instruments
Assembly: NWH.Aerodynamics.dll
Syntax
public class HUD_Heading : HUD_Instrument
Fields
| Edit this page View SourcedegreesPerUnit
Rotation degrees for one degree of heading change. Negative for clockwise, positive for counter-clockwise rotation.
Declaration
[Tooltip(" Rotation degrees for one degree of heading change.\r\n Negative for clockwise, positive for counter-clockwise rotation.")]
public float degreesPerUnit
Field Value
| Type | Description |
|---|---|
| float |
hand
Heading indicator / hand. Usually represented as a rotating background.
Declaration
[Tooltip("Heading indicator / hand.\r\nUsually represented as a rotating background.")]
public Transform hand
Field Value
| Type | Description |
|---|---|
| Transform |
Methods
| Edit this page View SourceLateUpdate()
Declaration
public void LateUpdate()