Detectors

Detectors can be added to any GameObject that has an Actor component, and are used to detect changes in the underlying simulation mesh. When a change is detected, the detector will trigger a callback function that you can use. We provide numerous builtin detectors, but you can also create your own by extending the BaseDetector class.

Below you will find a list of detectors that are currently available, with a brief description of each: