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

Progress.GetProgressById

Declaration

public static Progress.Item GetProgressById(int id);

Parameters

id The progress indicator's unique ID.

Returns

Item The progress indicator's data structure.

Description

Gets information about a progress indicator.