C# Class NetworkSkins.UI.UINetworkSkinsPanel

Inheritance: UIPanel
Afficher le fichier Open project: boformer/NetworkSkins Class Usage Examples

Méthodes publiques

Méthode Description
Awake ( ) : void
Start ( ) : void
Update ( ) : void

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

Private Methods

Méthode Description
GetPage ( NetType netType ) : UIPanel
LoadSprites ( ) : void

Loads GUI sprites

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

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