The TrackedObject class in the Sandbox.VR
namespace represents a physically tracked VR object with a transform. It provides properties to access the object's state, such as its velocity, angular velocity, and transform in world space.
The TrackedObject class in the Sandbox.VR
namespace represents a physically tracked VR object with a transform. It provides properties to access the object's state, such as its velocity, angular velocity, and transform in world space.
Member Name | Summary |
---|---|
Active | Whether or not this object is currently accessible (if false, then the transform will not update). |
Velocity | Local velocity of this object. |
AngularVelocity | Local angular velocity of this object (degrees/s). |
Transform | The position and rotation of this tracked object in world space (based on the anchor position). |
Role | Which part of the body this tracked object represents - waist, left shoulder, etc. |
Type | What type of object this is - tracker, controller, etc. |