Position Sensor
The position sensor component records the position of an entity. Please see the API documentation for more details.
Properties
The position sensor component properties that are accessible through the inspector.
Space
The coordinate system for the reported position is one of the following values:
- Local: Local space.
- World: World space.
Reference
The reference entity to which the reported position is relative to if the coordinate system is local space. If the reference entity is set to null, then the reference is assumed to be the parent of the entity to which the component is attached.
IO
The IO signals for the position sensor component. Please see the PositionSensorIO API documentation for more details.
x
A readable (output) signal that stores the position x-coordinate.
y
A readable (output) signal that stores the position y-coordinate.
z
A readable (output) signal that stores the position z-coordinate.