Exemplo n.º 1
0
 public static int BinarySearch(
     this NativeArray <PrefabComponent> array,
     int type
     )
 {
     return(array.BinarySearch(
                new PrefabComponent((PrefabTypes)type, Entity.Null)
                ));
 }