Preparing search index...

    Entity subclass representing the structural organization of entities within a scene.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    aabbSize: vec3
    blendshapes: string[]
    id: Uuid

    The unique id of the entity.

    joints: number
    meta: Meta

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

    triangles: number
    type: string

    The entity's type.

    vertices: number

    Methods

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

      Parameters

      • type: string

      Returns boolean