Using the new scene graph feature I am able to add objects as children by using 'Add Child'. However I have multiple instances of an object and I only want to add some of those instances as children.
How can I do this?
Cheers
Develop games in your browser. Powerful, performant & highly capable.
I figured it out. I just give them instances variables , loop through the instances and only use Add Child on the ones that have the instance variables I want.