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 7
- 731 Change Default of RelativeWindVelocity from to Vector3(0, 0, 0)
- 731 Change Default of AirDensity from to 0
- 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 | 0 | |
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 3
- 731 Change Default of AirDensity from to 0
- 726 Change Default of AirDensity from 0 to
- 632 Add AirDensity
RelativeWindVelocity
| Type | Default | |
|---|---|---|
| Vector3 | 0, 0, 0 | |
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 3
- 731 Change Default of RelativeWindVelocity from to Vector3(0, 0, 0)
- 726 Change Default of RelativeWindVelocity from Vector3(0, 0, 0) to
- 632 Add RelativeWindVelocity