Closed atomicptr closed 11 years ago
You can currently only iterate ObjectGroups like this:
for (object in objectGroup.objects) { // do stuff }
but i want this statement to be more intuitive like this:
for(object in objectGroup) { // do stuff ! :) }
You can currently only iterate ObjectGroups like this:
but i want this statement to be more intuitive like this: