ITriggerEvent 类型
触发事件。
索引
属性(properties)
typeString触发的事件类型selfColliderCollider3D触发事件中的自己的碰撞器otherColliderCollider3D触发事件中的另一个碰撞器
Details
属性(properties)
type
触发的事件类型
| meta | description |
|---|---|
| 类型 | String |
| 定义于 | cocos2d/core/3d/physics/framework/physics-interface.ts:39 |
selfCollider
触发事件中的自己的碰撞器
| meta | description |
|---|---|
| 类型 | Collider3D |
| 定义于 | cocos2d/core/3d/physics/framework/physics-interface.ts:49 |
otherCollider
触发事件中的另一个碰撞器
| meta | description |
|---|---|
| 类型 | Collider3D |
| 定义于 | cocos2d/core/3d/physics/framework/physics-interface.ts:59 |