Struct Command
Describes an action queued for execution.
Inherited Members
Namespace: AutoGroupGenerator
Assembly: Unity.AutoGroupGenerator.Editor.dll
Syntax
public struct Command
Fields
| Name | Description |
|---|---|
| Action | Action to invoke when the command is executed. |
| Info | Human-readable description of the command. |