AuthoringIdPath
Struct representing a path of authoring IDs used to identify VisualElements.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
- Implements: IEquatable<AuthoringIdPath>
public struct AuthoringIdPath : IEquatable<AuthoringIdPath>
Constructors
Constructor | Description |
|---|---|
| AuthoringIdPath() | Creates an empty AuthoringIdPath. |
| AuthoringIdPath(System.Int32[]) | Creates an AuthoringIdPath from the given path IDs. |
Properties
Property | Description |
|---|---|
| path | The path of authoring IDs. |
Methods
Method | Description |
|---|---|
| Equals | Checks for equality between two AuthoringIdPath instances. |
| GetHashCode | Returns hash code for the AuthoringIdPath. The hash code is computed based on the path IDs. |
| ToString | Returns a string representation of the AuthoringIdPath. |