mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
Update three.d.ts
Added missing .userData property to Object3D
This commit is contained in:
6
threejs/three.d.ts
vendored
6
threejs/three.d.ts
vendored
@@ -1856,6 +1856,12 @@ declare module THREE {
|
||||
|
||||
static defaultEulerOrder: string;
|
||||
// static defaultEulerOrder:EulerOrder;
|
||||
|
||||
/**
|
||||
* An object that can be used to store custom data about the Object3d.
|
||||
* It should not hold references to functions as these will not be cloned.
|
||||
*/
|
||||
userData: any;
|
||||
}
|
||||
|
||||
var Object3DIdCount: number;
|
||||
|
||||
Reference in New Issue
Block a user