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
The progress indicator's new description.