Hi, I have a question like this
I use getIntersectingObjects(Objects.class) to put all Objects into a List.
How does the order of the list work? Like if I do get(0) how does it know which is first?
Hi, I have a question like this
I use getIntersectingObjects(Objects.class) to put all Objects into a List.
How does the order of the list work? Like if I do get(0) how does it know which is first?
It is probable that they will appear in the list in the same order as they were added into the world.
Hi, I have a question like this
I use getIntersectingObjects(Objects.class) to put all Objects into a List.
How does the order of the list work? Like if I do get(0) how does it know which is first?
It is probable that they will appear in the list in the same order as they were added into the world.