Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AuthoringIdPath

Struct representing a path of authoring IDs used to identify VisualElements.
Read time 1 minuteLast updated 5 days ago

Definition

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

pathThe path of authoring IDs.

Methods

Method

Description

EqualsChecks for equality between two AuthoringIdPath instances.
GetHashCodeReturns hash code for the AuthoringIdPath. The hash code is computed based on the path IDs.
ToStringReturns a string representation of the AuthoringIdPath.