Slider

More information can be found in the Unity API Reference and maybe in the Unity Manual.

Events

Event

Description

onValueChanged

Arguments: float value

Static members

Member

Description

allSelectableCount

Details

class Slider
const Animator animator
RectTransform fillRect
const GameObject gameObject
RectTransform handleRect
Image image
bool interactable
float maxValue
float minValue
float normalizedValue
const Transform transform
float value
bool wholeNumbers
const ScriptEvent onValueChanged

Callback Signature:

void callback()

Arguments: float value

void GraphicUpdateComplete()
bool IsActive()
bool IsDestroyed()
bool IsInteractable()
void LayoutComplete()
void Select()
void SetValueWithoutNotify(float input)
string ToString()
static const int allSelectableCount