ITriggerEvent Class
Trigger event
Index
Properties
typeStringThe type of event firedselfColliderCollider3DTriggers its own collider in the eventotherColliderCollider3DTriggers another collider in the event
Details
Properties
type
The type of event fired
| meta | description |
|---|---|
| Type | String |
| Defined in | cocos2d/core/3d/physics/framework/physics-interface.ts:39 |
selfCollider
Triggers its own collider in the event
| meta | description |
|---|---|
| Type | Collider3D |
| Defined in | cocos2d/core/3d/physics/framework/physics-interface.ts:49 |
otherCollider
Triggers another collider in the event
| meta | description |
|---|---|
| Type | Collider3D |
| Defined in | cocos2d/core/3d/physics/framework/physics-interface.ts:59 |