FieldIsEmpty(T)
Tells if the field is empty. That meaning depends on the type of T.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor.UIElements
- Assembly: UnityEditor.CoreModule
protected abstract bool FieldIsEmpty(T fieldValue)
Parameters
Returns
Type | Description |
|---|---|
| bool | True if the parameter is empty. That meaning depends on the type of T. |