C# Class FairyGUI.GLoader

Inheritance: GObject, IAnimationGear, IColorGear
Show file Open project: fairygui/FairyGUI-unity Class Usage Examples

Public Properties

Property Type Description
showErrorSign bool

Public Methods

Method Description
Dispose ( ) : void
GLoader ( ) : System.Collections.Generic
Setup_BeforeAdd ( XML xml ) : void

Protected Methods

Method 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

Method Description
ClearContent ( ) : void
ClearErrorState ( ) : void
SetErrorState ( ) : void
UpdateLayout ( ) : void

Method Details

CreateDisplayObject() protected method

protected CreateDisplayObject ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

FreeExternal() protected method

protected FreeExternal ( NTexture texture ) : void
texture NTexture
return void

GLoader() public method

public GLoader ( ) : System.Collections.Generic
return System.Collections.Generic

HandleSizeChanged() protected method

protected HandleSizeChanged ( ) : void
return void

LoadContent() protected method

protected LoadContent ( ) : void
return void

LoadExternal() protected method

protected LoadExternal ( ) : void
return void

LoadFromPackage() protected method

protected LoadFromPackage ( string itemURL ) : void
itemURL string
return void

Setup_BeforeAdd() public method

public Setup_BeforeAdd ( XML xml ) : void
xml FairyGUI.Utils.XML
return void

onExternalLoadFailed() protected method

protected onExternalLoadFailed ( ) : void
return void

onExternalLoadSuccess() protected method

protected onExternalLoadSuccess ( NTexture texture ) : void
texture NTexture
return void

Property Details

showErrorSign public property

Display an error sign if the loader fails to load the content.
public bool showErrorSign
return bool