StylePropertyName
Defines the name of a style property.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
- Implements: IEquatable<StylePropertyName>, IEquatable<StylePropertyId>
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 |
|---|---|
| IsNullOrEmpty | Checks if the StylePropertyName is null or empty. |
Operators
Operator | Description |
|---|---|
| operator == | Determines if the StylePropertyNames are equal. |
| StylePropertyName | Implicit string operator. |
| operator != | Determines if the StylePropertyNames are not equal. |