This version of Unity is unsupported.

Progress.GetId

Declaration

public static int GetId(int index);

Parameters

index The valid index for a progress indicator.

Returns

int The progress indicator's unique ID, or -1 if the unique ID is not available.

Description

Finds a progress indicator's unique ID using its index in the set of all available progress indicators.