NWH Aerodynamics
Search Results for

    Show / Hide Table of Contents

    Class HUD_Instrument

    Base aircraft instrument class.

    Inheritance
    object
    Object
    Component
    Behaviour
    MonoBehaviour
    HUD_Instrument
    HUD_Airspeed
    HUD_Altimeter
    HUD_Attitude
    HUD_Heading
    HUD_Turn
    HUD_VerticalSpeed
    Namespace: NWH.Aerodynamics.AircraftController.Instruments
    Assembly: NWH.Aerodynamics.dll
    Syntax
    public class HUD_Instrument : MonoBehaviour

    Fields

    | Edit this page View Source

    aircraftSource

    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
    | Edit this page View Source

    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 Source

    Awake()

    Declaration
    public virtual void Awake()
    | Edit this page View Source

    Update()

    Declaration
    public virtual void Update()
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © NWH - Vehicle Physics, Aerodynamics, Dynamic Water Physics