ActionDirector  1.0.0
The action director's cut for rapid actions integration
ActionDirector.ActionEvent Class Reference

Call a UnityEvent. More...

Inheritance diagram for ActionDirector.ActionEvent:

Public Member Functions

override void Run ()
 

Public Attributes

UnityEvent OnEvent
 

Detailed Description

Call a UnityEvent.

This action call a UnityEvent when running. It let's call any method with a maximum of one parameter from any object. For more information on the UnityEvent, please see https://docs.unity3d.com/ScriptReference/Events.UnityEvent.html

Member Data Documentation

UnityEvent ActionDirector.ActionEvent.OnEvent

The event to call on run


The documentation for this class was generated from the following file: