Class InputUISlider
Inheritance
System.Object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
InputUISlider
Assembly: com.bennykok.runtime-debug-action.dll
public class InputUISlider : MonoBehaviour, IBeginDragHandler, IDragHandler, IEndDragHandler, IEventSystemHandler
Fields
Declaration
public InputUIHandler target
Field Value
Methods
Declaration
Declaration
public void OnBeginDrag(PointerEventData eventData)
Parameters
Type |
Name |
Description |
UnityEngine.EventSystems.PointerEventData |
eventData |
|
Declaration
public void OnDrag(PointerEventData eventData)
Parameters
Type |
Name |
Description |
UnityEngine.EventSystems.PointerEventData |
eventData |
|
Declaration
public void OnEndDrag(PointerEventData eventData)
Parameters
Type |
Name |
Description |
UnityEngine.EventSystems.PointerEventData |
eventData |
|
Declaration
public void OnNewInput(InputQuery query)
Parameters
Declaration
public static double RoundToNearest(double value, double step)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
System.Double |
step |
|
Returns
Type |
Description |
System.Double |
|