name
Returns the progress indicator's name.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEditor
- Assembly: UnityEditor
public string name { get; }
Remarks
The name is usually used as a title when you display the progress bar in the Editor.
Additional Resources: Progress.GetName.