Class HUD_Instrument
Base aircraft instrument class.
Inheritance
HUD_Instrument
Namespace: NWH.Aerodynamics.AircraftController.Instruments
Assembly: NWH.Aerodynamics.dll
Syntax
public class HUD_Instrument : MonoBehaviour
Fields
| Edit this page View SourceaircraftSource
Determines from where the target aircraft for the instrument will be sourced.
Declaration
[Tooltip("Determines from where the target aircraft for the instrument will be sourced.")]
public HUD_Instrument.AircraftSource aircraftSource
Field Value
| Type | Description |
|---|---|
| HUD_Instrument.AircraftSource |
targetAircraftController
The AircraftController for which the values will be shown.
Declaration
[FormerlySerializedAs("targetAircraft")]
[Tooltip("The AircraftController for which the values will be shown.")]
public AircraftController targetAircraftController
Field Value
| Type | Description |
|---|---|
| AircraftController |
Methods
| Edit this page View SourceAwake()
Declaration
public virtual void Awake()
Update()
Declaration
public virtual void Update()