Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

StylePropertyName.IsNullOrEmpty

Declaration

public static bool IsNullOrEmpty(UIElements.StylePropertyName propertyName);

Parameters

propertyName StylePropertyName you want to check.

Returns

bool True if propertyName is invalid. False otherwise.

Description

Checks if the StylePropertyName is null or empty.