PhysicsContactEventData
Defined in: physics/PhysicsEventBridge.ts:41
Payload carried by every bridged event: who else was involved.
Properties
Section titled “Properties”approachSpeed?
Section titled “approachSpeed?”
optionalapproachSpeed?:number
Defined in: physics/PhysicsEventBridge.ts:47
Approach speed, on collision_hit only.
isSensor?
Section titled “isSensor?”
optionalisSensor?:boolean
Defined in: physics/PhysicsEventBridge.ts:45
True on the sensor’s own trigger_* event (false on the visitor’s).
other:
number
Defined in: physics/PhysicsEventBridge.ts:43
The other participant — the body touched, or the trigger/visitor.