Good day everyone.
I am wondering if anyone has any thoughts or ideas of how I would be able to determine what display group an object belongs to. The situation is that I have objects that when they are touched by the user, they are removed from 1 display group, and then inserted into a new display group.
The problem I see is that everytime the user touches the same object, it again runs the same code of removing it from the old display group and inserting it into the new one. In the user experience this doesn’t hurt anything, but I wonder if performance wise it is bad. So if I was able to determine what display group the touched object belongs to before hand, then I could tell my code to only do the remove from group/ insert into group if its actually necessary.
Any thoughts are great, thanks! [import]uid: 19620 topic_id: 30514 reply_id: 330514[/import]