C# Class WaitingLayer, UnityFramework

Inheritance: MonoBehaviour, ITemplatable
显示文件 Open project: meta-42/uEasyKit Class Usage Examples

Public Properties

Property Type Description
Templates UITemplates

Public Methods

Method Description
GetRenderOrder ( ) : int
Hide ( ) : 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

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_oe static_oe property

public static UITemplates Templates
return UITemplates