Skip to content

Logic Trigger

Henry de Jongh edited this page Mar 7, 2023 · 2 revisions
Description Icon
A reactive logic component that invokes an output whenever colliders enter or exit a trigger.

Parameters

Name Description
None None

Inputs

Name Description Parameter
None None None

Outputs

Name Description Parameter
Enter Invoked when a collider starts touching the trigger. None
Exit Invoked when a collider stops touching the trigger. None
Occupied Invoked when the trigger becomes occupied by colliders touching the trigger. None
Empty Invoked when all colliders stop touching the trigger. None

Remarks

The activator is the collider that touched the trigger.

Clone this wiki locally