C# Class FairyGUI.GLabel

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

Protected Properties

Property Type Description
_iconObject GObject
_titleObject GObject

Public Methods

Method Description
ConstructFromXML ( XML cxml ) : void
GLabel ( ) : FairyGUI.Utils
Setup_AfterAdd ( XML cxml ) : void

Method Details

ConstructFromXML() public method

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

GLabel() public method

public GLabel ( ) : FairyGUI.Utils
return FairyGUI.Utils

Setup_AfterAdd() public method

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

Property Details

_iconObject protected property

protected GObject,FairyGUI _iconObject
return GObject

_titleObject protected property

protected GObject,FairyGUI _titleObject
return GObject