C# Class FairyGUI.GProgressBar

Inheritance: GComponent
Show file Open project: fairygui/FairyGUI-unity Class Usage Examples

Public Methods

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

Update ( float newValue ) : void

Protected Methods

Method Description
HandleSizeChanged ( ) : void

Method Details

ConstructFromXML() public method

public ConstructFromXML ( XML cxml ) : void
cxml FairyGUI.Utils.XML
return void

Dispose() public method

public Dispose ( ) : void
return void

GProgressBar() public method

public GProgressBar ( ) : System
return System

HandleSizeChanged() protected method

protected HandleSizeChanged ( ) : void
return void

Setup_AfterAdd() public method

public Setup_AfterAdd ( XML cxml ) : void
cxml FairyGUI.Utils.XML
return void

TweenValue() public method

public TweenValue ( float value, float duration ) : Tweener
value float
duration float
return Tweener

Update() public method

public Update ( float newValue ) : void
newValue float
return void