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

Progress.GetCountPerStatus

Declaration

public static int[] GetCountPerStatus();

Returns

int[] An array that contains the count of progress indicators per status. Each index maps a single status from the Status enum.

Description

For each available status, gets the number of progress indicators with that status.