parentId
Returns the unique ID of the progress indicator's parent, or -1 if the progress indicator is not a child of another progress indicator.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Property
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public int parentId { get; }
Remarks
Additional Resources: Progress.GetParentId.