C# Class Foundation.Databinding.TextBinder

Inheritance: BindingBase
ファイルを表示 Open project: NVentimiglia/Unity3d-Foundation

Public Properties

Property Type Description
FormatString string

Protected Properties

Property Type Description
IsInit bool
Label UnityEngine.UI.Text

Public Methods

Method Description
Init ( ) : void

Protected Methods

Method Description
Awake ( ) : void

Private Methods

Method Description
UpdateColor ( object arg ) : void
UpdateLabel ( object arg ) : void

Method Details

Awake() protected method

protected Awake ( ) : void
return void

Init() public method

public Init ( ) : void
return void

Property Details

FormatString public_oe property

public string FormatString
return string

IsInit protected_oe property

protected bool IsInit
return bool

Label protected_oe property

protected Text,UnityEngine.UI Label
return UnityEngine.UI.Text