Photon .NET Client API 4.1.4.8

Classes | Namespaces | Enumerations
SendOptions.cs File Reference

Classes

struct  ExitGames.Client.Photon.SendOptions
 Wraps up DeliveryMode, Encryption and Channel values for sending operations and messages. More...
 

Namespaces

namespace  ExitGames
 
namespace  ExitGames.Client
 
namespace  ExitGames.Client.Photon
 

Enumerations

enum  ExitGames.Client.Photon.DeliveryMode { ExitGames.Client.Photon.DeliveryMode.Unreliable = 0, ExitGames.Client.Photon.DeliveryMode.Reliable, ExitGames.Client.Photon.DeliveryMode.UnreliableUnsequenced, ExitGames.Client.Photon.DeliveryMode.ReliableUnsequenced }
 Enum of the three options for reliability and sequencing in Photon's reliable-UDP. More...