mixins/sensor/sensor library

Classes

SensorApi<T extends GameComponent>
API for managing sensor behavior.

Mixins

WithSensor<T extends GameComponent>
Mixin responsible for adding trigger to detect other objects above.

Typedefs

SensorContactCallback<T extends GameComponent> = void Function(T component)