DecisionFlex
Utilty AI for Unity
 All Classes Namespaces Functions Variables Events Pages
Public Member Functions | Public Attributes | List of all members
TenPN.DecisionFlex.UnityEventAction Class Reference

Use this to easily connect an action to another part of the code, eg driving animation. More...

Inheritance diagram for TenPN.DecisionFlex.UnityEventAction:
TenPN.DecisionFlex.Action TenPN.DecisionFlex.IAction

Public Member Functions

override void Perform (IContext context)
 

Public Attributes

UnityEvent Event
 This event fires when the action is selected. Connect to it in an inspector.
 

Detailed Description

Use this to easily connect an action to another part of the code, eg driving animation.

Member Function Documentation

override void TenPN.DecisionFlex.UnityEventAction.Perform ( IContext  context)
inlinevirtual

Called once DecisionFlex has decided you can run.

Parameters
[in]contextthe IContext in which DecisionFlex decided to run this action

Implements TenPN.DecisionFlex.Action.


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