Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IsNullOrEmpty(StylePropertyName)

Checks if the StylePropertyName is null or empty.
Read time 1 minuteLast updated 10 days ago

Definition

public static bool IsNullOrEmpty(StylePropertyName propertyName)

Parameters

propertyName

StylePropertyName you want to check.

Returns

Type

Description

boolTrue if propertyName is invalid. False otherwise.