On Collide Item Trigger

This is a trigger to notify that this item has collided with something else.

Notifies a message when an item with the On Collide Item Trigger set collides with another one.

property

propertyFunction
Collision Event TypeSpecifies the timing for notification of collisions.
-EnterNotifies the user that a collision has occurred.
-ExitNotifies the user that the collision has ended.
Collision TypeSpecifies the type of collision to be detected.
-EveryThingIt detects both Collision and Trigger.
-CollisionIt detects that a physical collision has occurred.
-TriggerDetects a collision caused by a collider whose IsTrigger is set to ON.
TriggersThis is the setting for the target and content of the message. See Trigger Common Settings for details.

Tip.