ToList
Convenience method. shorthand for Build().ToList.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
ToList()
Convenience method. shorthand for Build().ToList.
public List<T> ToList()
Returns
Type | Description |
|---|---|
| List<T> | A list containing elements satisfying selection rules. |
ToList(List<T>)
Convenience method. Shorthand gor Build().ToList().
public void ToList(List<T> results)
Parameters
Adds all elements satisfying selection rules to the list.