Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions content/en-us/reference/engine/classes/AtmosphereSensor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ tags: []
deprecation_message: ''
properties:
- name: AtmosphereSensor.AirDensity
summary: ''
description: ''
summary: |
Measures the density of the air where the sensor is positioned.
description: |
Measures the density of the air where the sensor is positioned.
code_samples: []
type: float
tags:
Expand All @@ -28,8 +30,10 @@ properties:
can_load: false
can_save: true
- name: AtmosphereSensor.RelativeWindVelocity
summary: ''
description: ''
summary: |
Reports the wind velocity relative to the sensor.
description: |
Reports the wind velocity relative to the sensor.
code_samples: []
type: Vector3
tags:
Expand Down
Loading