Describes the state of a node tracked by a VR/AR system. .
| TryGetAcceleration | Attempt to retrieve a vector representing the current acceleration of the tracked node. |
| TryGetPosition | Attempt to retrieve a vector representing the current position of the tracked node. |
| TryGetRotation | Attempt to retrieve a quaternion representing the current rotation of the tracked node. |
| TryGetVelocity | Attempt to retrieve a vector representing the current velocity of the tracked node. |