Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


name

Returns the progress indicator's name.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Property
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
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.