Class UtilityAction.ActionEvents
A set of Unity Events that the action can go through. Useful for quick prototypes.
Inheritance
UtilityAction.ActionEvents
Assembly: UtilityAIFramework.dll
Syntax
[Serializable]
public class ActionEvents
Fields
OnAbort
Declaration
public UnityEvent OnAbort
Field Value
Type |
Description |
UnityEvent |
|
OnCompleted
Declaration
public UnityEvent OnCompleted
Field Value
Type |
Description |
UnityEvent |
|
OnMoveBegin
Declaration
public UnityEvent OnMoveBegin
Field Value
Type |
Description |
UnityEvent |
|
OnMoving
Declaration
public UnityEvent OnMoving
Field Value
Type |
Description |
UnityEvent |
|
Declaration
public UnityEvent OnPerform
Field Value
Type |
Description |
UnityEvent |
|
Declaration
public UnityEvent OnPerformBegin
Field Value
Type |
Description |
UnityEvent |
|
OnSetUp
Declaration
public UnityEvent OnSetUp
Field Value
Type |
Description |
UnityEvent |
|