Parcourir la source

rem `Object3DIdCount`

ycw il y a 5 ans
Parent
commit
6daf5b87e2
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      src/core/Object3D.d.ts

+ 0 - 2
src/core/Object3D.d.ts

@@ -15,8 +15,6 @@ import { EventDispatcher } from './EventDispatcher';
 import { BufferGeometry } from './BufferGeometry';
 import { BufferGeometry } from './BufferGeometry';
 import { Intersection } from './Raycaster';
 import { Intersection } from './Raycaster';
 
 
-export let Object3DIdCount: number;
-
 /**
 /**
  * Base class for scene graph objects
  * Base class for scene graph objects
  */
  */

粤ICP备19079148号