Class ActionQueue
Store actions to executes after entering edit or play mode.
Namespace: Mechatronics.SystemGraph
Syntax
[InitializeOnLoad]
public static class ActionQueue
Methods
QueueOpenGraphEnteringEditMode(String)
Queues the open graph entering edit mode.
Declaration
public static void QueueOpenGraphEnteringEditMode(string assetpath)
Parameters
| Type | Name | Description |
|---|---|---|
| String | assetpath | The assetpath. |
QueueOpenGraphEnteringPlayMode(String)
Queues the open graph entering play mode.
Declaration
public static void QueueOpenGraphEnteringPlayMode(string assetpath)
Parameters
| Type | Name | Description |
|---|---|---|
| String | assetpath | The assetpath. |