C# Class NetworkManager_Custom

Custom NetworkManager that handles all facets of connecting and disconnecting to games
Inheritance: NetworkManager
ファイルを表示 Open project: drakelinglabs/unityarmada Class Usage Examples

Public Properties

Property Type Description
mainPanel GameObject
matchBrowserPanel GameObject
matckmakerPanel GameObject

Public Methods

Method Description
CreateMatch ( ) : void
DisableMatchmaker ( ) : void
EnableMatchmaker ( ) : void
JoinGame ( ) : void
StartupHost ( ) : void

Private Methods

Method Description
OnLevelWasLoaded ( int level ) : void
SetIPAddress ( ) : void
SetMatchName ( ) : void
SetPort ( ) : void
SetupMenuSceneButtons ( ) : IEnumerator
SetupOtherSceneButtons ( ) : void
Start ( ) : void

Method Details

CreateMatch() public method

public CreateMatch ( ) : void
return void

DisableMatchmaker() public method

public DisableMatchmaker ( ) : void
return void

EnableMatchmaker() public method

public EnableMatchmaker ( ) : void
return void

JoinGame() public method

public JoinGame ( ) : void
return void

StartupHost() public method

public StartupHost ( ) : void
return void

Property Details

mainPanel public_oe property

public GameObject mainPanel
return GameObject

matchBrowserPanel public_oe property

public GameObject matchBrowserPanel
return GameObject

matckmakerPanel public_oe property

public GameObject matckmakerPanel
return GameObject