Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetDescription(int, string)

Sets the progress indicator's description. To clear the description pass null.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public static void SetDescription(int id, string description)

Parameters

id

The progress indicator's unique ID.

description

The progress indicator's new description.