Example #1
0
 public static bool RestoreClusterInputState(NativeArray <byte> buffer)
 {
     return(ClusterSerialization.RestoreClusterInputStateInternal(buffer.GetUnsafePtr <byte>(), buffer.Length));
 }
Example #2
0
 public static int SaveInputManagerState(NativeArray <byte> buffer)
 {
     return(ClusterSerialization.SaveInputManagerStateInternal(buffer.GetUnsafePtr <byte>(), buffer.Length));
 }