Class CommandAction
Represents an Action to process when the custom editor validates a command.
Inherited Members
Namespace: UnityEditor .U2D.Path.GUIFramework
Assembly: solution.dll
Syntax
public class CommandAction : GUIAction
Constructors
Name | Description |
---|---|
Command |
Initializes and returns an instance of CommandAction |
Fields
Name | Description |
---|---|
on |
The Action to execute. |
Methods
Name | Description |
---|---|
Get |
Checks to see if the finish condition has been met or not. |
Get |
Checks to see if the trigger condition has been met or not. |
On |
Calls the methods in its invocation list when the finish condition is met. |