Browse Source

TS: Add instanceId to Intersection interface.

Mugen87 5 năm trước cách đây
mục cha
commit
3ffb3fb0b3
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/core/Raycaster.d.ts

+ 1 - 0
src/core/Raycaster.d.ts

@@ -14,6 +14,7 @@ export interface Intersection {
 	faceIndex?: number;
 	object: Object3D;
 	uv?: Vector2;
+	instanceId?: number;
 }
 
 export interface RaycasterParameters {