Table of Contents

Class Slider

Namespace
Lime
Assembly
Lime.dll
[TangerineAllowedChildrenTypes(new Type[] { typeof(Node) })]
[TangerineVisualHintGroup("/All/Nodes/Containers", null)]
public class Slider : Widget, IDisposable, IAnimatorHost, IRenderChainBuilder, IAnimable, ICloneable, IUpdatableNode
Inheritance
Slider
Implements
Derived
Inherited Members
Extension Methods

Constructors

Slider()

public Slider()

Fields

allowDrag

protected bool allowDrag

Field Value

bool

Properties

RangeMax

[YuzuMember]
[TangerineKeyframeColor(8)]
public float RangeMax { get; set; }

Property Value

float

RangeMin

[YuzuMember]
[TangerineKeyframeColor(7)]
public float RangeMin { get; set; }

Property Value

float

Step

[YuzuMember]
[TangerineKeyframeColor(10)]
public float Step { get; set; }

Property Value

float

Thumb

public Widget Thumb { get; }

Property Value

Widget

Value

[YuzuMember]
[TangerineKeyframeColor(9)]
public float Value { get; set; }

Property Value

float

Methods

OnUpdate(float)

public virtual void OnUpdate(float delta)

Parameters

delta float

RaiseChanged()

protected void RaiseChanged()

SetValue(float)

public void SetValue(float newValue)

Parameters

newValue float

Events

Changed

public event Action Changed

Event Type

Action

DragEnded

public event Action DragEnded

Event Type

Action

DragStarted

public event Action DragStarted

Event Type

Action