C# Class networkController, Main-Working-Repository

Inheritance: MonoBehaviour
Mostrar archivo Open project: GCSShatteredSpace/Main-Working-Repository Class Usage Examples

Public Methods

Method Description
joinRoom ( ) : void

Private Methods

Method Description
AddMessage ( string message ) : void
AddMessage_RPC ( string message ) : void
OnJoinedLobby ( ) : void
OnJoinedRoom ( ) : void
OnReceivedRoomListUpdate ( ) : void
Start ( ) : void
StartSpawnProcess ( float respawnTime ) : void
UpdateConnectionString ( ) : IEnumerator
incrementPlayers ( ) : void
spawnPlayer ( ) : void
updatePlayers ( int i ) : void

Method Details

joinRoom() public method

public joinRoom ( ) : void
return void