Output fields
- Last UpdatedOct 01, 2025
- 1 minute read
The output fields in the Navigation module.
|
Name |
Type |
Description |
|---|---|---|
|
cameraPosition |
svec3 |
Contains the current position of the movable node. |
|
isFocus |
sbool |
Since focus movement spans in time, this variable is set to be true when a focus movement is started and remains true until the movement is completed. |
|
isTeleport |
sbool |
Since teleport movement spans in time, this variable is set to be true when a teleport movement is started and remains true until the movement is completed. |
|
navStatus |
mstring |
Contains the current navigation status; for example, empty, movement (if flying or shifting), pan, selfrotate, targetrotate, teleport, or zoom. If multiple actions are performed at a time, the output string shows a list of comma separated elements, for example, "movement, selfrotate". |
|
rotationTargetPosition |
svec3 |
When overrideRotationTarget Is set to false, it corresponds to the movableNode rotation target, which is automatically updated following the node movements. During focus movement the rotation target overridden with the focus target, whereas while zooming in and out the distance to target is decreased or increased accordingly. When overrideRotationTarget Is set to true, it corresponds to the overrideRotationTargetPosition input value. |