C# Class LocalGameFinder, Team-7

Inheritance: MonoBehaviour
Datei anzeigen Open project: RUGSoftEng/Team-7 Class Usage Examples

Public Methods

Method Description
OnLevelWasLoaded ( int level ) : void
Start ( ) : void
StartBroadCasting ( ) : void
StartListening ( ) : void
StopBroadCasting ( ) : void
StopListening ( ) : void

Method Details

OnLevelWasLoaded() public method

public OnLevelWasLoaded ( int level ) : void
level int
return void

Start() public method

public Start ( ) : void
return void

StartBroadCasting() public method

public StartBroadCasting ( ) : void
return void

StartListening() public method

public StartListening ( ) : void
return void

StopBroadCasting() public method

public StopBroadCasting ( ) : void
return void

StopListening() public method

public StopListening ( ) : void
return void