LeanCloud C# SDK
Loading...
Searching...
No Matches
Classes | Enumerations | Functions
LeanCloud.Play Namespace Reference

Classes

class  Client
 客户端类 More...
 
class  CodecUtils
 序列化工具类 More...
 
class  Config
 
class  CreateRoomFlag
 创建房间标识 More...
 
class  Lobby
 
class  LobbyRoom
 大厅房间数据类 More...
 
class  PlayArray
 数组类结构,实现 IList 接口 More...
 
class  Player
 玩家类 More...
 
class  PlayException
 
class  PlayExceptionCode
 
class  PlayObject
 字典类结构,实现 IDictionary 接口 More...
 
class  Room
 房间类 More...
 
class  RoomOptions
 创建房间选项 More...
 
class  SendEventOptions
 发送事件选项 More...
 
class  Utils
 

Enumerations

enum  ReceiverGroup { Others = 0 , All = 1 , MasterClient = 2 }
 接收组枚举 More...
 

Functions

delegate byte[] SerializeMethod (object obj)
 序列化方法委托
 
delegate object DeserializeMethod (byte[] bytes)
 反序列化方法委托
 

Enumeration Type Documentation

◆ ReceiverGroup

接收组枚举

Enumerator
Others 

其他人(除了自己之外的所有人)

All 

所有人(包括自己)

MasterClient 

主机客户端

Function Documentation

◆ DeserializeMethod()

delegate object LeanCloud.Play.DeserializeMethod ( byte[]  bytes)

反序列化方法委托

◆ SerializeMethod()

delegate byte[] LeanCloud.Play.SerializeMethod ( object  obj)

序列化方法委托