Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetName(int)

Gets a progress indicator's name.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public static string GetName(int id)

Parameters

id

The progress indicator's unique ID.

Returns

Type

Description

stringThe matching progress indicator's name.