Component3D.onSensorStay() method

This event is fired each frame between the start and end of a sensor intersection

Signature:

onSensorStay(cb: EventListeners[typeof EVENTS.SENSOR_STAY]): () => void;

Parameters

ParameterTypeDescription
cbEventListeners[typeof EVENTS.SENSOR_STAY]

Returns:

() => void