GraphLogAction(string, Action<object>)
Initializes a new instance of the GraphLogAction class.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Constructor
- Namespace: Unity.GraphToolkit.Editor
- Assembly: UnityEditor
GraphLogAction(string, Action<Object>)
public GraphLogAction(string description, Action<object> action)
Parameters
The description of the action.
The action to execute. Throws ArgumentNullException if null.