Explorar el Código

rem `Object3DIdCount`

ycw hace 5 años
padre
commit
6daf5b87e2
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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 { Intersection } from './Raycaster';
 
-export let Object3DIdCount: number;
-
 /**
  * Base class for scene graph objects
  */

粤ICP备19079148号