Procházet zdrojové kódy

Update Geometry.d.ts

Sam Alexander před 6 roky
rodič
revize
6b18c5f4d7
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      src/core/Geometry.d.ts

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

@@ -49,6 +49,8 @@ export class Geometry extends EventDispatcher {
 	id: number;
 
 	uuid: string;
+	
+	isGeometry: boolean;
 
 	/**
 	 * Name for this geometry. Default is an empty string.

粤ICP备19079148号