Quantum 3
3.0.14
This class wraps the PhotonRealtime EnterRoomArgs class to make problematic members (Hashtable, TypedLobby restrictions) and its hierarchy XML serializable.
More...
Inherits EnterRoomArgs.
Static Public Member Functions | |
| static XmlSerializer | CreateSerializer () |
| Create a xml serializer with the necessary overrides. More... | |
| static SerializableEnterRoomArgs | Deserialize (XmlReader reader) |
| Read the class using a xml reader. More... | |
| static void | Serialize (XmlWriter writer, SerializableEnterRoomArgs obj) |
| Serialize the class using a xml serializer. More... | |
Public Attributes | |
| bool | HasLobby |
Is true if EnterRoomArgs.Lobby is set. More... | |
| string | LobbyName |
| EnterRoomArgs.Lobby name. More... | |
| LobbyType | LobbyType |
| EnterRoomArgs.Lobby lobby type. More... | |
This class wraps the PhotonRealtime EnterRoomArgs class to make problematic members (Hashtable, TypedLobby restrictions) and its hierarchy XML serializable.
|
inlinestatic |
Serialize the class using a xml serializer.
| writer | XmlWriter |
| obj | The object to serialize. |
|
inlinestatic |
Read the class using a xml reader.
| reader | Xml reader. |
|
inlinestatic |
Create a xml serializer with the necessary overrides.
| bool Quantum.Editor.SerializableEnterRoomArgs.HasLobby |
Is true if EnterRoomArgs.Lobby is set.
| string Quantum.Editor.SerializableEnterRoomArgs.LobbyName |
EnterRoomArgs.Lobby name.
| LobbyType Quantum.Editor.SerializableEnterRoomArgs.LobbyType |
EnterRoomArgs.Lobby lobby type.