Interface IObject3DHelper<T>

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

Type Parameters

Properties

Properties

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