Class DemoReadout
UI component for displaying individual flight parameter readouts in demo scenes. Contains separate text fields for the parameter label and its value.
Namespace: NWH.Aerodynamics.AircraftController.Demo
Assembly: NWH.Aerodynamics.dll
Syntax
public class DemoReadout : MonoBehaviour
Fields
| Edit this page View Sourcelabel
Text component displaying the parameter name (e.g., "AIRSPEED", "ALTITUDE").
Declaration
public Text label
Field Value
| Type | Description |
|---|---|
| Text |
readout
Text component displaying the current parameter value.
Declaration
public Text readout
Field Value
| Type | Description |
|---|---|
| Text |