Contains(string)
Whether the columns contain the specified name.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public bool Contains(string name)
Parameters
The name of the column to look for.
Returns
Type | Description |
|---|---|
| bool | Whether a column with the given name exists or not. |