IsNullOrEmpty(StylePropertyName)
Checks if the StylePropertyName is null or empty.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public static bool IsNullOrEmpty(StylePropertyName propertyName)
Parameters
StylePropertyName you want to check.
Returns
Type | Description |
|---|---|
| bool | True if propertyName is invalid. False otherwise. |