gl-draw 0.18.8 → 0.18.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +0 -4
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3044,10 +3044,6 @@ declare class UseMaterial extends PointerEvent_2 {
|
|
|
3044
3044
|
userData: Record<string, any>;
|
|
3045
3045
|
object3d: Object3D;
|
|
3046
3046
|
cloneMaterial(): Material<MaterialEventMap> | Material<MaterialEventMap>[] | undefined;
|
|
3047
|
-
materialList: Record<string, Material | Material[]>;
|
|
3048
|
-
setMaterialList(name: string, material: Material | Material[] | 'clone'): Material<MaterialEventMap> | Material<MaterialEventMap>[] | undefined;
|
|
3049
|
-
useMaterialType: string;
|
|
3050
|
-
useMaterial(name: string): void;
|
|
3051
3047
|
useMListById(id: string, slot?: number): void;
|
|
3052
3048
|
useMListByName(name: string, slot?: number): void;
|
|
3053
3049
|
disposeMaterialIfNotUsed: boolean;
|