Constructor CommandQueue
CommandQueue()
Initializes an empty command queue.
Declaration
public CommandQueue()
CommandQueue(Action, string)
Initializes a queue with a single command.
Declaration
public CommandQueue(Action action, string info)
Parameters
| Type | Name | Description |
|---|---|---|
| Action | action | Action to execute. |
| string | info | Description of the action. |