Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AuthoringIdPath

Creates an empty AuthoringIdPath.
Read time 1 minuteLast updated 8 days ago

Definition

AuthoringIdPath()

Creates an empty AuthoringIdPath.
public AuthoringIdPath()

AuthoringIdPath(int[])

Creates an AuthoringIdPath from the given path IDs.
public AuthoringIdPath(params int[] pathIds)

Parameters

pathIds

The list of authoring-IDs to locate the element.