NWH Aerodynamics
Search Results for

    Show / Hide Table of Contents

    Class HUD_Heading

    Aircraft instrument for heading indication.

    Inheritance
    object
    Object
    Component
    Behaviour
    MonoBehaviour
    HUD_Instrument
    HUD_Heading
    Inherited Members
    HUD_Instrument.aircraftSource
    HUD_Instrument.targetAircraftController
    HUD_Instrument.Awake()
    HUD_Instrument.Update()
    Namespace: NWH.Aerodynamics.AircraftController.Instruments
    Assembly: NWH.Aerodynamics.dll
    Syntax
    public class HUD_Heading : HUD_Instrument

    Fields

    | Edit this page View Source

    degreesPerUnit

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

    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 Source

    LateUpdate()

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