StateMachineLogAction
An StateMachineLogAction.Action to associate with a message logged using the StateMachineLogger accepting an Object.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Class
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
public class StateMachineLogAction
Remarks
StateMachineLogActionConstructors
Constructor | Description |
|---|---|
| StateMachineLogAction(System.String,System.Action{System.Object}) | Initializes a new instance of the StateMachineLogAction class. |
Properties
Property | Description |
|---|---|
| Action | The action to execute. |
| Description | The description of the action. |