NWH Aerodynamics
Search Results for

    Show / Hide Table of Contents

    Class HUD_VerticalSpeed

    Aircraft instrument for vertical speed indication.

    Inheritance
    object
    Object
    Component
    Behaviour
    MonoBehaviour
    HUD_Instrument
    HUD_VerticalSpeed
    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_VerticalSpeed : HUD_Instrument

    Fields

    | Edit this page View Source

    degreesPerUnit

    Hand degrees of rotation per per 100 ft/min.

    Declaration
    [Tooltip("Hand degrees of rotation per per 100 ft/min.")]
    public float degreesPerUnit
    Field Value
    Type Description
    float
    | Edit this page View Source

    hand

    Vertical airspeed hand. Can be Transform (3D) or RectTransform (UI).

    Declaration
    [Tooltip("Vertical airspeed hand. Can be Transform (3D) or RectTransform (UI).")]
    public Transform hand
    Field Value
    Type Description
    Transform
    | Edit this page View Source

    maxIndicatedSpeed

    Maximum indicated speed times 100 ft/min.

    Declaration
    [Tooltip("Maximum indicated speed times 100 ft/min.")]
    public float maxIndicatedSpeed
    Field Value
    Type Description
    float

    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