navcat docs
    Preparing search index...

    Type Alias DebugObject

    type DebugObject = {
        dispose: () => void;
        object: THREE.Object3D;
    }
    Index

    Properties

    Properties

    dispose: () => void
    object: THREE.Object3D