C# Class FairyGUI.GLabel

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

Protected Properties

Свойство Type Description
_iconObject GObject
_titleObject GObject

Méthodes publiques

Méthode Description
ConstructFromXML ( XML cxml ) : void
GLabel ( ) : FairyGUI.Utils
Setup_AfterAdd ( XML cxml ) : void

Method Details

ConstructFromXML() public méthode

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

GLabel() public méthode

public GLabel ( ) : FairyGUI.Utils
Résultat FairyGUI.Utils

Setup_AfterAdd() public méthode

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

Property Details

_iconObject protected_oe property

protected GObject,FairyGUI _iconObject
Résultat GObject

_titleObject protected_oe property

protected GObject,FairyGUI _titleObject
Résultat GObject