This version of Unity is unsupported.

Progress.SetDescription

Declaration

public static void SetDescription(int id, string description);

Parameters

id The progress indicator's unique ID.
description The progress indicator's new description.

Description

Sets the progress indicator's description. To clear the description pass null.