Preparing search index...

    Tracks and matches 3D objects in the scene using pose estimation.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    enabled: boolean

    Whether the component is active.

    id: Uuid

    The unique id of the entity.

    matchingRootObject: SceneObject

    Scene object root matched to the tracked asset.

    meta: Meta

    Metadata associated with this entity, providing access to its unique identifier and other descriptive properties.

    name: string

    Name of the component.

    objectIndex: number

    Index of the matched object in the tracking results.

    sceneObject: SceneObject

    Scene object this component is attached to.

    trackingAsset: Object3DAsset

    3D asset to track.

    trackingMode: TrackingMode

    Transform properties to track.

    trackPosition: boolean

    Whether position tracking is applied.

    type: string

    The entity's type.

    Methods

    • Returns the name of this object's type.

      Returns string

    • Returns true if the object is of the specified type.

      Parameters

      • type: string

      Returns boolean