Class HoveredControlAction
Inheritance
HoveredControlAction
Assembly: Unity.2D.Path.Editor.dll
Syntax
public abstract class HoveredControlAction : GUIAction
Constructors
HoveredControlAction(Control)
Declaration
public HoveredControlAction(Control control)
Parameters
Type |
Name |
Description |
Control |
control |
|
Properties
hoveredControl
Declaration
public Control hoveredControl { get; }
Property Value
Methods
CanTrigger(IGUIState)
Declaration
protected override bool CanTrigger(IGUIState guiState)
Parameters
Returns
Overrides
OnTrigger(IGUIState)
Declaration
protected override void OnTrigger(IGUIState guiState)
Parameters
Overrides