C# Class FairyGUI.GLoader

Inheritance: GObject, IAnimationGear, IColorGear
Afficher le fichier Open project: fairygui/FairyGUI-unity Class Usage Examples

Méthodes publiques

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

Méthodes publiques

Méthode Description
Dispose ( ) : void
GLoader ( ) : System.Collections.Generic
Setup_BeforeAdd ( XML xml ) : void

Méthodes protégées

Méthode Description
CreateDisplayObject ( ) : void
FreeExternal ( NTexture texture ) : void
HandleSizeChanged ( ) : void
LoadContent ( ) : void

LoadExternal ( ) : void
LoadFromPackage ( string itemURL ) : void
onExternalLoadFailed ( ) : void
onExternalLoadSuccess ( NTexture texture ) : void

Private Methods

Méthode Description
ClearContent ( ) : void
ClearErrorState ( ) : void
SetErrorState ( ) : void
UpdateLayout ( ) : void

Method Details

CreateDisplayObject() protected méthode

protected CreateDisplayObject ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FreeExternal() protected méthode

protected FreeExternal ( NTexture texture ) : void
texture NTexture
Résultat void

GLoader() public méthode

public GLoader ( ) : System.Collections.Generic
Résultat System.Collections.Generic

HandleSizeChanged() protected méthode

protected HandleSizeChanged ( ) : void
Résultat void

LoadContent() protected méthode

protected LoadContent ( ) : void
Résultat void

LoadExternal() protected méthode

protected LoadExternal ( ) : void
Résultat void

LoadFromPackage() protected méthode

protected LoadFromPackage ( string itemURL ) : void
itemURL string
Résultat void

Setup_BeforeAdd() public méthode

public Setup_BeforeAdd ( XML xml ) : void
xml FairyGUI.Utils.XML
Résultat void

onExternalLoadFailed() protected méthode

protected onExternalLoadFailed ( ) : void
Résultat void

onExternalLoadSuccess() protected méthode

protected onExternalLoadSuccess ( NTexture texture ) : void
texture NTexture
Résultat void

Property Details

showErrorSign public_oe property

Display an error sign if the loader fails to load the content.
public bool showErrorSign
Résultat bool