Action on Events & Action Runner

v1.0

Juicy Actions ships with a number of "Action on Event" components which have one or more ActionExecutor fields, specifically triggered by various event based mechanisms. These can be used to quickly add function without creating a custom class or adding an ActionExecutor field to your existing classes.

Action Runner

The ActionRunner component has an ActionExecutor which can be automatically executed at Start() and can automatically restart when it finishes. This is useful for actions that need to repeat.

However, you can toggle these features off so that you can optionally choose when the execution begins, and optionally keep it from repeating, depending on your needs.

Action On Tap

TO DO: Other ones....

Last updated