ThreePipe
    Preparing search index...

    Interface IObject3DHelper<T>

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

    Type Parameters

    Index

    Properties

    Properties

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