Ejemplo n.º 1
0
 public static void ApplyUpdate(global::Improbable.Worker.CInterop.SchemaComponentUpdate updateObj, ref Improbable.Persistence.Component component)
 {
     var obj = updateObj.GetFields();
 }
Ejemplo n.º 2
0
 public static void SerializeUpdate(Improbable.Persistence.Component component, global::Improbable.Worker.CInterop.SchemaComponentUpdate updateObj)
 {
     var obj = updateObj.GetFields();
 }
Ejemplo n.º 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);
            }
Ejemplo n.º 4
0
 public static void SerializeComponent(Improbable.Persistence.Component component, global::Improbable.Worker.CInterop.SchemaObject obj, global::Unity.Entities.World world)
 {
 }