Protected
constructorIf true, child objects of this Component's SceneObject will be disabled when the marker image is not being tracked.
If disabled, the Component will stop enacting its behavior.
The marker asset describing the tracking target.
A function that gets called when marker tracking begins.
A function that gets called when marker tracking is lost.
Readonly
sceneThe scene object this component is on.
Readonly
uniqueDestroys the component.
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 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 the marker image is currently being tracked in camera.
Used to track images in the camera.
Remarks
Moves the containing object's transform to match the detected image.
See
Marker Tracking guide.
Example