API (v2.0.0) - Giro3D
    Preparing search index...

    Interface Entity3DOptions

    Constructor options for the Entity3D class.

    interface Entity3DOptions {
        name?: string;
        object3d?: Object3D<Object3DEventMap>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    name?: string

    The optional display name of this entity. Mostly used for debugging.

    object3d?: Object3D<Object3DEventMap>

    The root object of this entity. If none is provided, a new Group is created.