Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


StylePropertyName

Defines the name of a style property.
Read time 1 minuteLast updated 10 days ago

Definition

public struct StylePropertyName : IEquatable<StylePropertyName>, IEquatable<StylePropertyId>

Constructors

Constructor

Description

StylePropertyName(System.String)Initializes and returns an instance of StylePropertyName from a string.

Static Methods

Method

Description

IsNullOrEmptyChecks if the StylePropertyName is null or empty.

Operators

Operator

Description

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