Hi all,
Can’t seem to find anything related to this, but it should be definitely doable?
I want to write a javascript variable that stores a list of objects within an object-group. This method will allow me to store multiple object-groups objects in multiple variables.
Something like “var group = runtimeScene.getObjects(groupName)”?
Setting objects in javascript code to an object-group behaves exactly what i want, but i also want to be able to declare multiple groups.
Thanks!