C# Class Foundation.Databinding.SliderBinder

Inheritance: BindingBase
ファイルを表示 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_oe property

protected bool IsInit
return bool

NextSwipe protected_oe property

protected float NextSwipe
return float

ReadOnly public_oe property

public bool ReadOnly
return bool

SoundLag public_oe property

public float SoundLag
return float

SwipeSound public_oe property

public AudioClip,UnityEngine SwipeSound
return UnityEngine.AudioClip

Target protected_oe property

protected Slider Target
return Slider