diff --git a/threejs/three.d.ts b/threejs/three.d.ts index e2e923f87f..2767570333 100644 --- a/threejs/three.d.ts +++ b/threejs/three.d.ts @@ -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;