BooleanDataTrigger

FeatureDescription
TriggerValueSets the value of the trigger. The variable to be monitored must first be set in the actions under “OnTrigger”. Options: True | False
TriggerEnabledActivates the trigger (trigger triggers).
TriggerEdgeSets the following values:
Rising_Edge (only triggers if “TriggerValue” changes from false to true).
Falling_Edge (only triggers if “TriggerValue” changes from true to false).
BothEdges (triggers in both cases.)
OnIdleColorDetermines the color that the trigger takes on when it is not triggered.
OnTriggerColorDetermines the color that the trigger takes on when it triggers.
VisibleAtRuntimeDetermines whether the trigger is visible or not visible in the player. Options: True | False
ActionDescription
ClickedAn action can be defined here that is triggered when the element is clicked with the mouse button.