C# Class LoadingLayer, UnityFramework

Inheritance: MonoBehaviour, ITemplatable
Show file Open project: meta-42/uEasyKit Class Usage Examples

Public Properties

Property Type Description
Templates UITemplates
progressbar Progressbar,
textTips Text

Public Methods

Method Description
GetRenderOrder ( ) : int
Hide ( ) : void
SetProgressbarTips ( string rText ) : void
SetProgressbarValue ( int rProgress ) : void
SetRenderOrder ( int order ) : void
Show ( ) : void
Stick ( ) : void

Method Details

GetRenderOrder() public static method

public static GetRenderOrder ( ) : int
return int

Hide() public static method

public static Hide ( ) : void
return void

SetProgressbarTips() public static method

public static SetProgressbarTips ( string rText ) : void
rText string
return void

SetProgressbarValue() public static method

public static SetProgressbarValue ( int rProgress ) : void
rProgress int
return void

SetRenderOrder() public static method

public static SetRenderOrder ( int order ) : void
order int
return void

Show() public static method

public static Show ( ) : void
return void

Stick() public static method

public static Stick ( ) : void
return void

Property Details

Templates public static property

public static UITemplates Templates
return UITemplates

progressbar public static property

public static Progressbar, progressbar
return Progressbar,

textTips public static property

public static Text textTips
return Text