| .. |
|
Component.cs
|
1b879d1ec0
想到了更简单的方法,序列化Entity可以忽略Component的Id
|
8 лет назад |
|
ComponentDB.cs
|
8e0fa7ebd0
客户端事件与服务端一模一样,服务端共用大部分客户端代码
|
8 лет назад |
|
ComponentFactory.cs
|
7bccbe500f
Entity跟Component加上对象池
|
8 лет назад |
|
Disposer.cs
|
8be6993348
修复ILRuntime模式下跑失败的bug,原因是重构过程中Entity不小心继承了ISupportInitialize接口导致出问提。Hotfix层千万小心不要继承mono层的东西
|
8 лет назад |
|
Entity.cs
|
8be6993348
修复ILRuntime模式下跑失败的bug,原因是重构过程中Entity不小心继承了ISupportInitialize接口导致出问提。Hotfix层千万小心不要继承mono层的东西
|
8 лет назад |
|
EntityFactory.cs
|
7bccbe500f
Entity跟Component加上对象池
|
8 лет назад |
|
EntityType.cs
|
9981aaf83e
1.mongodb json bson库在ios上无法使用,用json.net替换,mongodb放到editor只用于编辑器开发
|
8 лет назад |
|
IAwake.cs
|
9981aaf83e
1.mongodb json bson库在ios上无法使用,用json.net替换,mongodb放到editor只用于编辑器开发
|
8 лет назад |
|
ILateUpdate.cs
|
9981aaf83e
1.mongodb json bson库在ios上无法使用,用json.net替换,mongodb放到editor只用于编辑器开发
|
8 лет назад |
|
ILoad.cs
|
9981aaf83e
1.mongodb json bson库在ios上无法使用,用json.net替换,mongodb放到editor只用于编辑器开发
|
8 лет назад |
|
IUpdate.cs
|
9981aaf83e
1.mongodb json bson库在ios上无法使用,用json.net替换,mongodb放到editor只用于编辑器开发
|
8 лет назад |
|
Object.cs
|
129aae9342
让Component的id不进行序列化
|
8 лет назад |
|
ObjectEvents.cs
|
b4847d0d8e
Queue的Enqueue复杂度有可能为O(n),封装了个EQueue使用,添加删除都是O(1)
|
8 лет назад |
|
ObjectPool.cs
|
62e4eae552
修复对象池bug
|
8 лет назад |