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
Parameter |
Type |
Description |
---|---|---|
cb |
EventListeners[typeof EVENTS.SENSOR_STAY] |
() => void