C# Class Foundation.Databinding.TweenColorBinder

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

Méthodes publiques

Свойство Type Description
MaxColor UnityEngine.Color
MinColor UnityEngine.Color
image UnityEngine.UI.Image

Protected Properties

Свойство Type Description
IsInit bool

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

Method Details

Awake() protected méthode

protected Awake ( ) : void
Résultat void

Init() public méthode

public Init ( ) : void
Résultat void

Property Details

IsInit protected_oe property

protected bool IsInit
Résultat bool

MaxColor public_oe property

public Color,UnityEngine MaxColor
Résultat UnityEngine.Color

MinColor public_oe property

public Color,UnityEngine MinColor
Résultat UnityEngine.Color

image public_oe property

public Image,UnityEngine.UI image
Résultat UnityEngine.UI.Image