You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if we could access the n'th child object.
Find the 2nd child of game object "Foo": var xxx = root.SelectAll("Foo[2]");
Or a syntax that supports ranges? var xxx = root.SelectAll("Foo[position()>1 and position()<3]");