Пример #1
0
 public static void ApplyUpdate(global::Improbable.Worker.CInterop.SchemaComponentUpdate updateObj, ref Improbable.Persistence.Component component)
 {
     var obj = updateObj.GetFields();
 }
Пример #2
0
 public static void SerializeUpdate(Improbable.Persistence.Component component, global::Improbable.Worker.CInterop.SchemaComponentUpdate updateObj)
 {
     var obj = updateObj.GetFields();
 }
Пример #3
0
            public static Improbable.Persistence.Component Deserialize(global::Improbable.Worker.CInterop.SchemaObject obj, global::Unity.Entities.World world)
            {
                var component = new Improbable.Persistence.Component();

                return(component);
            }
Пример #4
0
 public static void SerializeComponent(Improbable.Persistence.Component component, global::Improbable.Worker.CInterop.SchemaObject obj, global::Unity.Entities.World world)
 {
 }