C# Class Foundation.Databinding.SliderBinder

Inheritance: BindingBase
Show file Open project: NVentimiglia/Unity3d-Foundation

Public Properties

Property Type Description
ReadOnly bool
SoundLag float
SwipeSound UnityEngine.AudioClip

Protected Properties

Property Type Description
IsInit bool
NextSwipe float
Target Slider

Public Methods

Method Description
Init ( ) : void

Protected Methods

Method Description
Awake ( ) : void

Private Methods

Method Description
HandleChange ( float arg ) : void
UpdateEnabled ( object arg ) : void
UpdateMax ( object arg ) : void
UpdateMin ( object arg ) : void
UpdateSlider ( object arg ) : void

Method Details

Awake() protected method

protected Awake ( ) : void
return void

Init() public method

public Init ( ) : void
return void

Property Details

IsInit protected property

protected bool IsInit
return bool

NextSwipe protected property

protected float NextSwipe
return float

ReadOnly public property

public bool ReadOnly
return bool

SoundLag public property

public float SoundLag
return float

SwipeSound public property

public AudioClip,UnityEngine SwipeSound
return UnityEngine.AudioClip

Target protected property

protected Slider Target
return Slider