Example #1
0
 public static void SerializeComponent(global::Improbable.Restricted.System.Component component, global::Improbable.Worker.CInterop.SchemaObject obj, global::Unity.Entities.World world)
 {
 }
Example #2
0
            public static global::Improbable.Restricted.System.Component Deserialize(global::Improbable.Worker.CInterop.SchemaObject obj, global::Unity.Entities.World world)
            {
                var component = new global::Improbable.Restricted.System.Component();

                return(component);
            }
Example #3
0
 public static void ApplyUpdate(global::Improbable.Worker.CInterop.SchemaComponentUpdate updateObj, ref global::Improbable.Restricted.System.Component component)
 {
     var obj = updateObj.GetFields();
 }
Example #4
0
 public static void SerializeUpdate(global::Improbable.Restricted.System.Component component, global::Improbable.Worker.CInterop.SchemaComponentUpdate updateObj)
 {
     var obj = updateObj.GetFields();
 }