This version of Unity is unsupported.

UQueryBuilder<T0>.Children

public UQueryBuilder<T2> Children(string name, params string[] classes);
public UQueryBuilder<T2> Children(string name, string className);

Description

Selects all direct child elements of elements matching the previous rules.