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