Class OnTriggerEnter
Triggered when an object enters a trigger.
public sealed class OnTriggerEnter : IEvent
- Inheritance
-
OnTriggerEnter
- Implements
- Inherited Members
- Extension Methods
Properties
- EnteredObject
Gets the object that entered the trigger.
- IsTrap
Gets whether the trigger is considered a trap.
- IsTrapForceSet
Gets whether the trigger was force set.
- Skip
Set to true to skip firing the trigger event.
- Trigger
Gets the trigger that was entered.