Class Action
The base class for action nodes used in Muse Behavior Graphs.
Inherited Members
Namespace: Unity.Muse.Behavior
Assembly: Unity.Muse.Behavior.dll
Syntax
public abstract class Action : Node
  Properties
Parent
The parent of the node.
Declaration
[JsonProperty]
public Node Parent { get; }
  Property Value
| Type | Description | 
|---|---|
| Node | 
Methods
AwakeParents()
AwakeParents is called after the running node has returned a status of Success or Fail.
Declaration
protected override void AwakeParents()