Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

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.