IsPrimary(Column)
Checks if the specified column is the primary one.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public bool IsPrimary(Column column)
Parameters
The column to check.
Returns
Type | Description |
|---|---|
| bool | Whether or not the specified column is the primary one. |