Skip to main content

TriggerSensor

Detects objects that collider with a Trigger Collider. Subclass of Sensor.

Properties

DetectionMode

  • Colliders - sensor will detect the Collider.gameObject.
  • RigidBodies - sensor will detect the Collider.attachedRigidBody.gameObject.

Filter

Configuration for filters including Ignore List and Tag Filter.

RunInSafeMode

When set to true the sensor runs in Safe Mode.