Class DemoTelemetry
Constructs and displays comprehensive telemetry data for demo scenes including
atmospheric conditions, aircraft state, propulsion system status, and fuel levels.
Inheritance
DemoTelemetry
Assembly: NWH.Aerodynamics.dll
Syntax
public class DemoTelemetry : MonoBehaviour
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
|
Edit this page
View Source
textUI
UI Text component where the formatted telemetry string is displayed.
Declaration
Field Value
Methods
|
Edit this page
View Source
ChangeCase(string)
Declaration
public static string ChangeCase(string str)
Parameters
| Type |
Name |
Description |
| string |
str |
|
Returns
|
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