Remove(Column)
Removes the first occurence of a column from the collection.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public bool Remove(Column column)
Parameters
The column to remove.
Returns
Type | Description |
|---|---|
| bool | Whether it was removed or not. |