C# Class NetworkManager_Custom

Custom NetworkManager that handles all facets of connecting and disconnecting to games
Inheritance: NetworkManager
Afficher le fichier Open project: drakelinglabs/unityarmada Class Usage Examples

Méthodes publiques

Свойство Type Description
mainPanel GameObject
matchBrowserPanel GameObject
matckmakerPanel GameObject

Méthodes publiques

Méthode Description
CreateMatch ( ) : void
DisableMatchmaker ( ) : void
EnableMatchmaker ( ) : void
JoinGame ( ) : void
StartupHost ( ) : void

Private Methods

Méthode Description
OnLevelWasLoaded ( int level ) : void
SetIPAddress ( ) : void
SetMatchName ( ) : void
SetPort ( ) : void
SetupMenuSceneButtons ( ) : IEnumerator
SetupOtherSceneButtons ( ) : void
Start ( ) : void

Method Details

CreateMatch() public méthode

public CreateMatch ( ) : void
Résultat void

DisableMatchmaker() public méthode

public DisableMatchmaker ( ) : void
Résultat void

EnableMatchmaker() public méthode

public EnableMatchmaker ( ) : void
Résultat void

JoinGame() public méthode

public JoinGame ( ) : void
Résultat void

StartupHost() public méthode

public StartupHost ( ) : void
Résultat void

Property Details

mainPanel public_oe property

public GameObject mainPanel
Résultat GameObject

matchBrowserPanel public_oe property

public GameObject matchBrowserPanel
Résultat GameObject

matckmakerPanel public_oe property

public GameObject matckmakerPanel
Résultat GameObject