tanghai 51f5eb3dfc 实现actor模型,任何Entity只要加上ActorComponent就成为一个actor,任何进程都能拿着id用ActorProxy对其发送消息 hace 8 años
..
Component.cs 3abac972bb 1.增加Start方法,Start在对象Update之前调用一次 hace 8 años
ComponentDB.cs a99a4896ce 1.默认Component不会序列化,只有继承ComponentDB的组件才会序列化 hace 8 años
Disposer.cs 3abac972bb 1.增加Start方法,Start在对象Update之前调用一次 hace 8 años
Entity.cs 3abac972bb 1.增加Start方法,Start在对象Update之前调用一次 hace 8 años
EntityType.cs 7de91dae45 windows上 DllImportu使用CallingConvention.Cdecl调用方式 hace 8 años
IAwake.cs a99a4896ce 1.默认Component不会序列化,只有继承ComponentDB的组件才会序列化 hace 8 años
ILoad.cs a99a4896ce 1.默认Component不会序列化,只有继承ComponentDB的组件才会序列化 hace 8 años
IStart.cs 3abac972bb 1.增加Start方法,Start在对象Update之前调用一次 hace 8 años
IUpdate.cs a99a4896ce 1.默认Component不会序列化,只有继承ComponentDB的组件才会序列化 hace 8 años
Object.cs 51f5eb3dfc 实现actor模型,任何Entity只要加上ActorComponent就成为一个actor,任何进程都能拿着id用ActorProxy对其发送消息 hace 8 años
ObjectEventAttribute.cs a99a4896ce 1.默认Component不会序列化,只有继承ComponentDB的组件才会序列化 hace 8 años
ObjectEvents.cs 3abac972bb 1.增加Start方法,Start在对象Update之前调用一次 hace 8 años