C# Class Foundation.Databinding.SliderLabel

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: NVentimiglia/Unity3d-Foundation

Méthodes publiques

Свойство Type Description
FormatString string
MakeInt bool

Protected Properties

Свойство Type Description
IsInit bool
Label UnityEngine.UI.Text
MySlider Slider

Méthodes publiques

Méthode Description
SetPercent ( float value ) : void

Méthodes protégées

Méthode Description
Awake ( ) : void

Method Details

Awake() protected méthode

protected Awake ( ) : void
Résultat void

SetPercent() public méthode

public SetPercent ( float value ) : void
value float
Résultat void

Property Details

FormatString public_oe property

public string FormatString
Résultat string

IsInit protected_oe property

protected bool IsInit
Résultat bool

Label protected_oe property

protected Text,UnityEngine.UI Label
Résultat UnityEngine.UI.Text

MakeInt public_oe property

public bool MakeInt
Résultat bool

MySlider protected_oe property

protected Slider MySlider
Résultat Slider