ThreePipe
    Preparing search index...

    Interface IObject3DHelper<T>

    interface IObject3DHelper<T extends Object3D & IWidget = Object3D & IWidget> {
        Check: (o: Object3D) => boolean;
        Create: (o: Object3D) => T;
    }

    Type Parameters

    Index

    Properties

    Properties

    Check: (o: Object3D) => boolean
    Create: (o: Object3D) => T