Class HUD_Turn
Aircraft instrument for turn speed indication.
Inherited Members
Namespace: NWH.Aerodynamics.AircraftController.Instruments
Assembly: NWH.Aerodynamics.dll
Syntax
public class HUD_Turn : HUD_Instrument
Fields
| Edit this page View SourcedegreesPerUnit
Rotation degrees for one degree of roll.
Declaration
[Tooltip("Rotation degrees for one degree of roll.")]
public float degreesPerUnit
Field Value
| Type | Description |
|---|---|
| float |
hand
Heading indicator / hand. Usually represented as a plane icon.
Declaration
[Tooltip("Heading indicator / hand.\r\nUsually represented as a plane icon.")]
public Transform hand
Field Value
| Type | Description |
|---|---|
| Transform |
Methods
| Edit this page View SourceLateUpdate()
Declaration
public void LateUpdate()