C# Class Foundation.Databinding.SliderBinder

Inheritance: BindingBase
Afficher le fichier Open project: NVentimiglia/Unity3d-Foundation

Méthodes publiques

Свойство Type Description
ReadOnly bool
SoundLag float
SwipeSound UnityEngine.AudioClip

Protected Properties

Свойство Type Description
IsInit bool
NextSwipe float
Target Slider

Méthodes publiques

Méthode Description
Init ( ) : void

Méthodes protégées

Méthode Description
Awake ( ) : void

Private Methods

Méthode 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 méthode

protected Awake ( ) : void
Résultat void

Init() public méthode

public Init ( ) : void
Résultat void

Property Details

IsInit protected_oe property

protected bool IsInit
Résultat bool

NextSwipe protected_oe property

protected float NextSwipe
Résultat float

ReadOnly public_oe property

public bool ReadOnly
Résultat bool

SoundLag public_oe property

public float SoundLag
Résultat float

SwipeSound public_oe property

public AudioClip,UnityEngine SwipeSound
Résultat UnityEngine.AudioClip

Target protected_oe property

protected Slider Target
Résultat Slider