[][src]Module specs_physics::events

Structs

ContactEvent

The ContactEvent type contains information about the objects that collided.

ProximityEvent

The ProximityEvent type contains information about the objects that triggered a proximity "collision". These kind of events contain at least one sensor PhysicsCollider.

Enums

ContactType

The ContactType is set accordingly to whether a contact began or ended.

Type Definitions

ContactEvents

ContactEvents is a custom EventChannel type used to expose ContactEvents.

ProximityEvents

ProximityEvent is a custom EventChannel type used to expose ProximityEvents.