What the best way to pool transforms, using an Array, List or Stack ?
I know if I use a list I have to check for the next available Transform (deactivated) in the list.
Do stacks always keep the deactivated Transform at the top ready to use and the active ones at the bottom ?
Thanks.
↧