NWH Aerodynamics
Search Results for

    Show / Hide Table of Contents

    Class DemoTelemetry

    Constructs and displays comprehensive telemetry data for demo scenes including atmospheric conditions, aircraft state, propulsion system status, and fuel levels.

    Inheritance
    object
    Object
    Component
    Behaviour
    MonoBehaviour
    DemoTelemetry
    Namespace: NWH.Aerodynamics.AircraftController.Demo
    Assembly: NWH.Aerodynamics.dll
    Syntax
    public class DemoTelemetry : MonoBehaviour
    Remarks

    Automatically formats and updates detailed flight data in a text-based UI display. Updates every 5 frames for performance. Automatically targets the active vehicle when using VehicleChanger system.

    Fields

    | Edit this page View Source

    aircraftController

    Target aircraft to display telemetry for. Automatically assigned from VehicleChanger if available.

    Declaration
    public AircraftController aircraftController
    Field Value
    Type Description
    AircraftController
    | Edit this page View Source

    textUI

    UI Text component where the formatted telemetry string is displayed.

    Declaration
    public Text textUI
    Field Value
    Type Description
    Text

    Methods

    | Edit this page View Source

    ChangeCase(string)

    Declaration
    public static string ChangeCase(string str)
    Parameters
    Type Name Description
    string str
    Returns
    Type Description
    string
    | Edit this page View Source

    Truncate(string, int)

    Declaration
    public string Truncate(string value, int maxChars)
    Parameters
    Type Name Description
    string value
    int maxChars
    Returns
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © NWH - Vehicle Physics, Aerodynamics, Dynamic Water Physics