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