Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetDescription(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.CoreModule
public void SetDescription(string newDescription)

Parameters

newDescription

The progress indicator's new description.

Remarks