C# Class NetworkSkins.UI.UINetworkSkinsPanel

Inheritance: UIPanel
Mostra file Open project: boformer/NetworkSkins Class Usage Examples

Public Methods

Method Description
Awake ( ) : void
Start ( ) : void
Update ( ) : void

Shows and populate the panel if NetTool is active, hide if not.

Private Methods

Method Description
GetPage ( NetType netType ) : UIPanel
LoadSprites ( ) : void

Loads GUI sprites

Method Details

Awake() public method

public Awake ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

Shows and populate the panel if NetTool is active, hide if not.
public Update ( ) : void
return void