C# Class Foundation.Databinding.TextBinder

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

Méthodes publiques

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

Protected Properties

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

Méthodes publiques

Méthode Description
Init ( ) : void

Méthodes protégées

Méthode Description
Awake ( ) : void

Private Methods

Méthode Description
UpdateColor ( object arg ) : void
UpdateLabel ( 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

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