Protected
constructorWhether world rotation is applied or not.
Whether world scale is applied or not.
If disabled, the Component will stop enacting its behavior.
Index of the object to track, starting at 0. Useful when tracking multiple instances of the same type of object.
Readonly
Wearable Only
objectThe data provided by the tracker on this component.
Function called when tracking is lost.
Function called when tracking begins.
Readonly
sceneThe scene object this component is on.
Asset containing tracking parameters, such as the tracking model and specific options.
Strategy for updating attached SceneObjects.
When true, the attached root SceneObject's world position will be updated to match the tracked object's world position.
Readonly
uniqueAttaches the SceneObject to the specified attachment point.
Creates a SceneObject which is attached to the specified attachment point.
Destroys the component.
Returns all SceneObjects currently attached to the specified point.
Returns the SceneObject the component is attached to.
Returns the Transform this component is attached to.
Returns the name of this object's type.
Returns whether the specified attachment point is being tracked.
Returns true if the object matches or derives from the passed in type.
Returns true if this object is the same as other
. Useful for checking if two references point to the same thing.
Returns whether this object is currently being tracked.
Used to track objects in 3D space, such as body, hands.
See
3D Body and Hand Tracking guide.
Example
Using
objectSpecificData
to get additional information about the tracked object.