C# Class Foundation.Databinding.ButtonBinder

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

Protected Properties

Свойство Type Description
Button UnityEngine.UI.Button
IsInit bool
Paramater ButtonParamater

Méthodes publiques

Méthode Description
Call ( ) : void
Init ( ) : void

Private Methods

Méthode Description
Awake ( ) : void
UpdateState ( object arg ) : void

Method Details

Call() public méthode

public Call ( ) : void
Résultat void

Init() public méthode

public Init ( ) : void
Résultat void

Property Details

Button protected_oe property

protected Button,UnityEngine.UI Button
Résultat UnityEngine.UI.Button

IsInit protected_oe property

protected bool IsInit
Résultat bool

Paramater protected_oe property

protected ButtonParamater,Foundation.Databinding Paramater
Résultat ButtonParamater