Class SliderAction
SliderAction implementation of a ClickAction
Inherited Members
Namespace: UnityEditor .U2D.Path.GUIFramework
Assembly: solution.dll
Syntax
public class SliderAction : ClickAction
Constructors
Name | Description |
---|---|
Slider |
Initializes and returns an instance of SliderAction |
Fields
Name | Description |
---|---|
on |
Action for OnSliderBegin |
on |
Action for OnSliderChanged |
on |
Action for OnSliderEnd |
Methods
Name | Description |
---|---|
Get |
Checks to see if the finish condition has been met or not. |
On |
Post-processing for when the slider interaction finishes. |
On |
Moves the slider to the new permission and executes |
On |
Called when there is interaction with the slider. It updates the stored slider data with data post-interaction. |