|
|
override void | OnConnectedToMaster () |
| |
|
override void | OnDisconnected (Photon.Realtime.DisconnectCause cause) |
| |
|
override void | OnCreatedRoom () |
| |
|
override void | OnJoinedRoom () |
| |
|
override void | OnRoomPropertiesUpdate (Hashtable propertiesThatChanged) |
| |
|
override void | OnPlayerPropertiesUpdate (Photon.Realtime.Player target, Hashtable changedProps) |
| |
|
|
void | Awake () |
| |
|
void | Start () |
| |
|
void | Test_OfflineMode () |
| |
|
void | Test_RoomData_OfflineMode () |
| |
|
void | Test_ClientData_OfflineMode () |
| |
|
void | Test_LeaveOfflineMode () |
| |
|
void | Test_ClientData_Disconnected () |
| |
|
void | Test_OnlineMode () |
| |
|
void | Test_ClientData_OnlineMode () |
| |
|
void | Test_HostRoom () |
| |
|
void | Test_ClientData_Room () |
| |
|
void | Test_ModifyClientDataDirectly () |
| |
|
void | Test_SendExampleData () |
| |
|
void | Test_SendExampleData2 () |
| |
|
void | Test_SendPlayerNetData () |
| |
|
void | AddTestStep (string fctName) |
| |
|
void | PrintHeader (string headerTxt) |
| |
|
ExampleData | CreateExampleData () |
| |
|
ExampleData | GetExampleData () |
| |
|
Hashtable | CreateExampleDelivery (ExampleData data) |
| |
|
|
static short | SerializeExampleData (StreamBuffer outStream, object data) |
| |
|
static object | DeserializeExampleData (StreamBuffer inStream, short length) |
| |
|
|
float | testStartTime = 0.5f |
| |
|
float | testStepInterval = 1.5f |
| |
|
|
static readonly byte [] | memExampleData = new byte[4] |
| |
Definition at line 12 of file PhotonTestScript.cs.
The documentation for this class was generated from the following file:
- C:/Users/Toni/Documents/Programming/Unity/BomberUnits/Assets/Test/PhotonTest/PhotonTestScript.cs