AMessage 类
继承
AMessage
继承成员
命名空间: Fantasy.Serialize
程序集: Fantasy.Net.dll
语法
public abstract class AMessage : ASerialize, ISupportInitialize, IDisposable, IPool
方法
| 编辑本文 查看源代码GetScene()
声明
protected Scene GetScene()
返回
类型 | 描述 |
---|---|
Scene |
IsPool()
是否从池里创建的
声明
public bool IsPool()
返回
类型 | 描述 |
---|---|
bool |
SetIsPool(bool)
设置是否从池里创建的
声明
public void SetIsPool(bool isPool)
参数
类型 | 名称 | 描述 |
---|---|---|
bool | isPool |
SetScene(Scene)
声明
public void SetScene(Scene scene)
参数
类型 | 名称 | 描述 |
---|---|---|
Scene | scene |