AuthoringIdPath
Creates an empty AuthoringIdPath.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
AuthoringIdPath()
Creates an empty AuthoringIdPath.
public AuthoringIdPath()
AuthoringIdPath(int[])
Creates an AuthoringIdPath from the given path IDs.
public AuthoringIdPath(params int[] pathIds)
Parameters
The list of authoring-IDs to locate the element.