Photon .NET Client API 4.1.4.8

Classes | Namespaces | Enumerations
ParameterDictionary.cs File Reference

Classes

class  ExitGames.Client.Photon.StructWrapping.StructWrapper
 
class  ExitGames.Client.Photon.StructWrapping.StructWrapper< T >
 
class  ExitGames.Client.Photon.StructWrapping.StructWrapperPool
 
class  ExitGames.Client.Photon.StructWrapping.StructWrapperPool< T >
 
class  ExitGames.Client.Photon.StructWrapping.StructWrapperPools
 
class  ExitGames.Client.Photon.StructWrapping.StructWrapperUtility
 
class  ExitGames.Client.Photon.ParameterDictionary
 
struct  ExitGames.Client.Photon.ParameterDictionary.KeyValuePair
 

Namespaces

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

Enumerations

enum  ExitGames.Client.Photon.StructWrapping.WrappedType {
  ExitGames.Client.Photon.StructWrapping.WrappedType.Unknown, ExitGames.Client.Photon.StructWrapping.WrappedType.Bool, ExitGames.Client.Photon.StructWrapping.WrappedType.Byte, ExitGames.Client.Photon.StructWrapping.WrappedType.Int16,
  ExitGames.Client.Photon.StructWrapping.WrappedType.Int32, ExitGames.Client.Photon.StructWrapping.WrappedType.Int64, ExitGames.Client.Photon.StructWrapping.WrappedType.Single, ExitGames.Client.Photon.StructWrapping.WrappedType.Double
}
 
enum  ExitGames.Client.Photon.StructWrapping.Pooling {
  ExitGames.Client.Photon.StructWrapping.Pooling.Disconnected = 0, ExitGames.Client.Photon.StructWrapping.Pooling.Connected = 1, ExitGames.Client.Photon.StructWrapping.Pooling.ReleaseOnUnwrap = 2, ExitGames.Client.Photon.StructWrapping.Pooling.Readonly = 4,
  ExitGames.Client.Photon.StructWrapping.Pooling.CheckedOut = 8
}