Skip to content

Request: Support child indexing #2

@Zenopheus

Description

@Zenopheus

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]");

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions