Component3D.onSensorExit() method

Event fired when this component stops intersecting a sensor

Signature:

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

Parameters

Parameter

Type

Description

cb

EventListeners[typeof EVENTS.SENSOR_EXIT]

**Returns:**

() => void