Class OnTriggerEnter
Called 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 if the trigger is considered a trap.
- IsTrapForceSet
Gets if the trigger was force set.
- Skip
Gets or sets whether this trigger should fire.
- Trigger
Gets the trigger that was entered.