Component3D.onCollisionExit() method

Event fired when this component stops colliding with another component

Signature:

onCollisionExit(cb: EventListeners[typeof EVENTS.COLLISION_EXIT]): () => void;

Parameters

ParameterTypeDescription
cbEventListeners[typeof EVENTS.COLLISION_EXIT]

Returns:

() => void