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

StylePropertyName

struct in UnityEngine.UIElements

/

Implemented in:UnityEngine.UIElementsModule

Description

Defines the name of a style property.

Constructors

StylePropertyName Initializes and returns an instance of StylePropertyName from a string.

Static Methods

IsNullOrEmpty Checks if the StylePropertyName is null or empty.

Operators

operator != Determines if the StylePropertyNames are not equal.
operator == Determines if the StylePropertyNames are equal.
StylePropertyName Implicit string operator.