The current event subscriptions that are active on this collider.
Remove the collision handler for the given collision event state.
The type of the collision event.
The handler to remove.
Remove the trigger handler for the given collision event state.
The type of the trigger event.
The handler to remove.
Add a collision event handler for the given collision event state.
The type of the collision event.
The handler to call when a collision event with the matching collision event state is received.
Add a trigger event handler for the given collision event state.
The type of the trigger event.
The handler to call when a trigger event with the matching collision event state is received.
A collider represents the abstraction of a physics collider object on the host.