this[]
Returns the SortColumnDescription at the specified index.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Property
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
this[int]
public SortColumnDescription this[int index] { get; }
Parameters
The index of the SortColumnDescription to locate.
Returns
Type | Description |
|---|---|
| SortColumnDescription | The SortColumnDescription at the specified index. |