C# Class Foundation.Databinding.ButtonBinder

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

Protected Properties

Property Type Description
Button UnityEngine.UI.Button
IsInit bool
Paramater ButtonParamater

Public Methods

Method Description
Call ( ) : void
Init ( ) : void

Private Methods

Method Description
Awake ( ) : void
UpdateState ( object arg ) : void

Method Details

Call() public method

public Call ( ) : void
return void

Init() public method

public Init ( ) : void
return void

Property Details

Button protected_oe property

protected Button,UnityEngine.UI Button
return UnityEngine.UI.Button

IsInit protected_oe property

protected bool IsInit
return bool

Paramater protected_oe property

protected ButtonParamater,Foundation.Databinding Paramater
return ButtonParamater