Component3D.onSensorExit() method

Event fired when this component stops intersecting a sensor

Signature:

onSensorExit(cb: EventListeners[typeof EVENTS.SENSOR_EXIT]): () => void;

Parameters

ParameterTypeDescription
cbEventListeners[typeof EVENTS.SENSOR_EXIT]

Returns:

() => void