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