Class GUISystem
Represents a system of GUI elements and controls.
Inherited Members
Namespace: UnityEditor .U2D.Path.GUIFramework
Assembly: solution.dll
Syntax
public class GUISystem
Constructors
Name | Description |
---|---|
GUISystem(IGUIState) | Initializes and returns an instance of GUISystem |
Methods
Name | Description |
---|---|
Add |
Adds an action to the internal list of actions. |
Add |
Adds a control to the internal list of controls. |
On |
Calls the methods in its invocation list when Unity draws this GUISystems's GUI. |
Remove |
Removes an action from the internal list of actions. |
Remove |
Removes a control from the internal list of controls. |