Property | Type | Description | |
---|---|---|---|
teamButtonsList | List |
Method | Description | |
---|---|---|
Disconnected ( BoltConnection connection ) : void |
Disconnected from Bolt handler.
|
|
Start ( ) : void |
Setup.
|
|
StartGame ( ) : void |
Loads the scene and begins the multiplayer game.
|
|
StopBolt ( ) : void |
Stops the multiplayer client or server.
|
|
Update ( ) : void |
State updates.
|
public Disconnected ( BoltConnection connection ) : void | ||
connection | BoltConnection | The connection to remote bolt client/server(s). |
return | void |