Inherits NetworkBehaviour.
|
|
override void | OnStartClient () |
| |
|
override void | OnStopClient () |
| |
|
override void | OnStartServer () |
| |
|
override void | OnStopServer () |
| |
|
void | ServerRegisterListener () |
| |
|
void | ClientRegisterListener () |
| |
|
void | S2CPlayerEnterRoom (int connId, string roomId) |
| |
|
void | ClientPlayerEnterRoom (PlayerEnterRoomMsg msg) |
| |
|
void | ServerToClient (NetworkIdentity identity, string funcName, params object[] obj) |
| |
|
void | ClientToServer (NetworkIdentity identity, string funcName, params object[] obj) |
| |
|
void | TestClientRpc () |
| |
|
void | TestServerRpc () |
| |