RemoveField(string)
Removes an item field.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
public bool RemoveField(string name)
Parameters
Name of the field to be removed.
Returns
Type | Description |
|---|---|
| bool | Returns true if a field was actually removed. |