C# Class FairyGUI.GProgressBar

Inheritance: GComponent
Afficher le fichier Open project: fairygui/FairyGUI-unity Class Usage Examples

Méthodes publiques

Méthode Description
ConstructFromXML ( XML cxml ) : void
Dispose ( ) : void
GProgressBar ( ) : System
Setup_AfterAdd ( XML cxml ) : void
TweenValue ( float value, float duration ) : Tweener

Update ( float newValue ) : void

Méthodes protégées

Méthode Description
HandleSizeChanged ( ) : void

Method Details

ConstructFromXML() public méthode

public ConstructFromXML ( XML cxml ) : void
cxml FairyGUI.Utils.XML
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GProgressBar() public méthode

public GProgressBar ( ) : System
Résultat System

HandleSizeChanged() protected méthode

protected HandleSizeChanged ( ) : void
Résultat void

Setup_AfterAdd() public méthode

public Setup_AfterAdd ( XML cxml ) : void
cxml FairyGUI.Utils.XML
Résultat void

TweenValue() public méthode

public TweenValue ( float value, float duration ) : Tweener
value float
duration float
Résultat Tweener

Update() public méthode

public Update ( float newValue ) : void
newValue float
Résultat void