ITriggerEvent
Class
Trigger event
Index
Properties
type
String
The type of event firedselfCollider
Collider3D
Triggers its own collider in the eventotherCollider
Collider3D
Triggers 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 |