Skip to content

❓ What is What

Event Actions⚓︎

Event actions are functions within component which can be triggered by Unity Events system. Unity Event system is very useful to connect events that triggered by other components to invoke actions in other components.

For example, you connect a MLClickable component events to MLMirror actions such that when a player hovers over the clickable, it enables the mirror.

You can connect each of Clickable events by

  1. add a new row
  2. Drag and drop the object which your action component is on
  3. From the drop down, select your action component and select the action you desire.