Tanoda
UnityEngine.UI.BoxSlider Class Reference
Inheritance diagram for UnityEngine.UI.BoxSlider:

Classes

class  BoxSliderEvent
 

Public Types

enum  Direction { LeftToRight , RightToLeft , BottomToTop , TopToBottom }
 

Public Member Functions

virtual void Rebuild (CanvasUpdate executing)
 
void LayoutComplete ()
 
void GraphicUpdateComplete ()
 
override void OnPointerDown (PointerEventData eventData)
 
virtual void OnDrag (PointerEventData eventData)
 
virtual void OnInitializePotentialDrag (PointerEventData eventData)
 

Static Public Member Functions

static bool SetClass< T > (ref T currentValue, T newValue)
 
static bool SetStruct< T > (ref T currentValue, T newValue)
 

Protected Member Functions

 BoxSlider ()
 
override void OnEnable ()
 
override void OnDisable ()
 
override void OnRectTransformDimensionsChange ()
 

Properties

RectTransform handleRect [get, set]
 
float minValue [get, set]
 
float maxValue [get, set]
 
bool wholeNumbers [get, set]
 
float value [get, set]
 
float normalizedValue [get, set]
 
float valueY [get, set]
 
float normalizedValueY [get, set]
 
BoxSliderEvent onValueChanged [get, set]
 

Detailed Description

Definition at line 10 of file HSVPicker/UtilityScripts/BoxSlider.cs.

Member Enumeration Documentation

◆ Direction

enum UnityEngine.UI.BoxSlider.Direction
Enumerator
LeftToRight 
RightToLeft 
BottomToTop 
TopToBottom 

Definition at line 12 of file HSVPicker/UtilityScripts/BoxSlider.cs.

Constructor & Destructor Documentation

◆ BoxSlider()

UnityEngine.UI.BoxSlider.BoxSlider ( )
protected

Definition at line 164 of file HSVPicker/UtilityScripts/BoxSlider.cs.

Member Function Documentation

◆ GraphicUpdateComplete()

void UnityEngine.UI.BoxSlider.GraphicUpdateComplete ( )

Definition at line 214 of file HSVPicker/UtilityScripts/BoxSlider.cs.

◆ LayoutComplete()

void UnityEngine.UI.BoxSlider.LayoutComplete ( )

Definition at line 210 of file HSVPicker/UtilityScripts/BoxSlider.cs.

◆ OnDisable()

override void UnityEngine.UI.BoxSlider.OnDisable ( )
protected

Definition at line 246 of file HSVPicker/UtilityScripts/BoxSlider.cs.

◆ OnDrag()

virtual void UnityEngine.UI.BoxSlider.OnDrag ( PointerEventData  eventData)
virtual

Definition at line 400 of file HSVPicker/UtilityScripts/BoxSlider.cs.

◆ OnEnable()

override void UnityEngine.UI.BoxSlider.OnEnable ( )
protected

Definition at line 236 of file HSVPicker/UtilityScripts/BoxSlider.cs.

◆ OnInitializePotentialDrag()

virtual void UnityEngine.UI.BoxSlider.OnInitializePotentialDrag ( PointerEventData  eventData)
virtual

Definition at line 481 of file HSVPicker/UtilityScripts/BoxSlider.cs.

◆ OnPointerDown()

override void UnityEngine.UI.BoxSlider.OnPointerDown ( PointerEventData  eventData)

Definition at line 375 of file HSVPicker/UtilityScripts/BoxSlider.cs.

◆ OnRectTransformDimensionsChange()

override void UnityEngine.UI.BoxSlider.OnRectTransformDimensionsChange ( )
protected

Definition at line 312 of file HSVPicker/UtilityScripts/BoxSlider.cs.

◆ Rebuild()

virtual void UnityEngine.UI.BoxSlider.Rebuild ( CanvasUpdate  executing)
virtual

Definition at line 202 of file HSVPicker/UtilityScripts/BoxSlider.cs.

◆ SetClass< T >()

static bool UnityEngine.UI.BoxSlider.SetClass< T > ( ref T  currentValue,
newValue 
)
static
Type Constraints
T :class 

Definition at line 218 of file HSVPicker/UtilityScripts/BoxSlider.cs.

◆ SetStruct< T >()

static bool UnityEngine.UI.BoxSlider.SetStruct< T > ( ref T  currentValue,
newValue 
)
static
Type Constraints
T :struct 

Definition at line 227 of file HSVPicker/UtilityScripts/BoxSlider.cs.

Property Documentation

◆ handleRect

RectTransform UnityEngine.UI.BoxSlider.handleRect
getset

Definition at line 27 of file HSVPicker/UtilityScripts/BoxSlider.cs.

◆ maxValue

float UnityEngine.UI.BoxSlider.maxValue
getset

Definition at line 58 of file HSVPicker/UtilityScripts/BoxSlider.cs.

◆ minValue

float UnityEngine.UI.BoxSlider.minValue
getset

Definition at line 42 of file HSVPicker/UtilityScripts/BoxSlider.cs.

◆ normalizedValue

float UnityEngine.UI.BoxSlider.normalizedValue
getset

Definition at line 101 of file HSVPicker/UtilityScripts/BoxSlider.cs.

◆ normalizedValueY

float UnityEngine.UI.BoxSlider.normalizedValueY
getset

Definition at line 125 of file HSVPicker/UtilityScripts/BoxSlider.cs.

◆ onValueChanged

BoxSliderEvent UnityEngine.UI.BoxSlider.onValueChanged
getset

Definition at line 142 of file HSVPicker/UtilityScripts/BoxSlider.cs.

◆ value

float UnityEngine.UI.BoxSlider.value
getset

Definition at line 90 of file HSVPicker/UtilityScripts/BoxSlider.cs.

◆ valueY

float UnityEngine.UI.BoxSlider.valueY
getset

Definition at line 114 of file HSVPicker/UtilityScripts/BoxSlider.cs.

◆ wholeNumbers

bool UnityEngine.UI.BoxSlider.wholeNumbers
getset

Definition at line 74 of file HSVPicker/UtilityScripts/BoxSlider.cs.


The documentation for this class was generated from the following file: