ICollisionEvent
类型
碰撞事件。
索引
属性(properties)
type
String
碰撞的事件类型。selfCollider
Collider3D
碰撞中的自己的碰撞器。otherCollider
Collider3D
碰撞中的另一个碰撞器。contacts
IContactEquation[]
碰撞中的所有碰撞点的信息。
Details
属性(properties)
type
碰撞的事件类型。
meta | description |
---|---|
类型 | String |
定义于 | cocos2d/core/3d/physics/framework/physics-interface.ts:133 |
selfCollider
碰撞中的自己的碰撞器。
meta | description |
---|---|
类型 | Collider3D |
定义于 | cocos2d/core/3d/physics/framework/physics-interface.ts:143 |
otherCollider
碰撞中的另一个碰撞器。
meta | description |
---|---|
类型 | Collider3D |
定义于 | cocos2d/core/3d/physics/framework/physics-interface.ts:153 |
contacts
碰撞中的所有碰撞点的信息。
meta | description |
---|---|
类型 | IContactEquation[] |
定义于 | cocos2d/core/3d/physics/framework/physics-interface.ts:163 |