Class HoveredControlAction
Represents an action that is tied to a Control.
Inherited Members
Namespace: UnityEditor .U2D.Path.GUIFramework
Assembly: solution.dll
Syntax
public abstract class HoveredControlAction : GUIAction
Constructors
Name | Description |
---|---|
Hovered |
Initializes and returns an instance of HoverControlAction. |
Properties
Name | Description |
---|---|
hovered |
The hovered control. |
Methods
Name | Description |
---|---|
Can |
Determines whether the HoveredControlAction can trigger. |
On |
Calls the methods in its invocation list when triggered. |