IndexOf(Column)
Returns the index of the specified column if it is contained in the collection; returns -1 otherwise.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public int IndexOf(Column column)
Parameters
Returns
Type | Description |
|---|---|
| int | The index of the column if found in the collection; otherwise, -1. |