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