AtmosphereSensor
A SensorBase that outputs data about the AirDensity and RelativeWindVelocity at the sensor's position.
| Memory category | Instances |
|---|
Member index 2
Description
A SensorBase that outputs data about the AirDensity and RelativeWindVelocity at the sensor's position.
History 5
- 726 Change Default of RelativeWindVelocity from Vector3(0, 0, 0) to
- 726 Change Default of AirDensity from 0 to
- 632 Add RelativeWindVelocity
- 632 Add AirDensity
- 632 Add AtmosphereSensor
Members 2
AirDensity
| Type | Default | |
|---|---|---|
| float | ||
Measures the density of the air where the sensor is positioned.
This property is not replicated. Its interface does not cross the network boundary.
This property is read-only. Its value can be read, but it cannot be modified.
| Thread safety | ReadSafe |
|---|---|
| Category | Output |
| Loaded/Saved | false/true |
History 2
- 726 Change Default of AirDensity from 0 to
- 632 Add AirDensity
RelativeWindVelocity
| Type | Default | |
|---|---|---|
| Vector3 | ||
Reports the wind velocity relative to the sensor.
This property is not replicated. Its interface does not cross the network boundary.
This property is read-only. Its value can be read, but it cannot be modified.
| Thread safety | ReadSafe |
|---|---|
| Category | Output |
| Loaded/Saved | false/true |
History 2
- 726 Change Default of RelativeWindVelocity from Vector3(0, 0, 0) to
- 632 Add RelativeWindVelocity