Photon Server API Documentation
v5.0RC1
Additional Inherited Members | |
Static Public Attributes inherited from Photon.Hive.Plugin.JoinModeConstants | |
| const byte | JoinOnly = 0 |
| Regular join. The room must exist. More... | |
| const byte | CreateIfNotExists = 1 |
| Join or create the room if it's not existing. More... | |
| const byte | RejoinOrJoin = 2 |
| The room might be removed from server memory and should be loaded (if possible) from a web-service. More... | |
| const byte | RejoinOnly = 3 |
| Only re-join will be allowed. If the user is not yet in the room, the Op JoinGame will fail. More... | |
| const byte | MAX_VALUE = 4 |