Preparing search index...

    Component that attaches a scene object to a tracked head position.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    attachedBarycentricVertex: BarycentricVertex

    Barycentric vertex coordinates for the head attachment position.

    attachmentPoint: HeadAttachmentPointType

    Part of the head this component attaches to.

    enabled: boolean

    Whether the component is active.

    faceIndex: number

    Index of the face mesh this head component is attached to.

    id: Uuid

    The unique id of the entity.

    meta: Meta

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

    name: string

    Name of the component.

    sceneObject: SceneObject

    Scene object this component is attached to.

    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