Strata - v1.4.10
    Preparing search index...

    Interface BillboardRef

    Ref interface for Billboard imperative control.

    interface BillboardRef {
        mesh:
            | Mesh<
                BufferGeometry<NormalBufferAttributes, BufferGeometryEventMap>,
                Material | Material[],
                Object3DEventMap,
            >
            | null;
        sprite: Sprite<Object3DEventMap> | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    mesh:
        | Mesh<
            BufferGeometry<NormalBufferAttributes, BufferGeometryEventMap>,
            Material | Material[],
            Object3DEventMap,
        >
        | null

    Access to the mesh (if using children).

    sprite: Sprite<Object3DEventMap> | null

    Access to the sprite instance.