Photon .NET Client API
4.1.4.8
Classes | |
| class | ExitGames.Client.Photon.OperationRequest |
| Container for an Operation request, which is a code and parameters. More... | |
| class | ExitGames.Client.Photon.OperationResponse |
| Contains the server's response for an operation called by this peer. The indexer of this class actually provides access to the Parameters Dictionary. More... | |
| class | ExitGames.Client.Photon.DisconnectMessage |
| class | ExitGames.Client.Photon.EventData |
| A Photon Event consists of a Code value and a Parameters Dictionary with the event's content (if any). More... | |
| class | ExitGames.Client.Photon.CustomType |
| class | ExitGames.Client.Photon.Protocol |
| Provides tools for the Exit Games Protocol More... | |
Namespaces | |
| namespace | ExitGames |
| namespace | ExitGames.Client |
| namespace | ExitGames.Client.Photon |
Functions | |
| delegate byte[] | ExitGames.Client.Photon.SerializeMethod (object customObject) |
| Type of serialization methods to add custom type support. Use PhotonPeer.ReisterType() to register new types with serialization and deserialization methods. More... | |
| delegate short | ExitGames.Client.Photon.SerializeStreamMethod (StreamBuffer outStream, object customObject) |
| Serialization method delegate. StreamBuffer based custom serialization methods must use this form. More... | |
| delegate object | ExitGames.Client.Photon.DeserializeMethod (byte[] serializedCustomObject) |
| Type of deserialization methods to add custom type support. Use PhotonPeer.RegisterType() to register new types with serialization and deserialization methods. More... | |
| delegate object | ExitGames.Client.Photon.DeserializeStreamMethod (StreamBuffer inStream, short length) |
| Deserialization method delegate. StreamBuffer based custom deserialization methods must use this form. More... | |