Example #1
0
 public static bool RestoreInputManagerState(NativeArray <byte> buffer)
 {
     return(ClusterSerialization.RestoreInputManagerStateInternal(buffer.GetUnsafePtr <byte>(), buffer.Length));
 }