@tripo3d/engine / EnginePointerHitResult
Interface: EnginePointerHitResult
Defined in: core/types/runtime.ts:83
定义命中测试返回结果。
Properties
| Property | Type | Defined in |
|---|---|---|
intersection | EngineIntersection | null | core/types/runtime.ts:84 |
intersections | EngineIntersection[] | core/types/runtime.ts:85 |
targetEntity | Entity | null | core/types/runtime.ts:86 |
targetObject | Object3D<Object3DEventMap> | null | core/types/runtime.ts:87 |