Browse Source

Update Geometry.d.ts

Sam Alexander 6 năm trước cách đây
mục cha
commit
6b18c5f4d7
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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.