This version of Unity is unsupported.

Progress.Exists

Declaration

public static bool Exists(int id);

Parameters

id The unique ID to search for.

Returns

bool True if the progress indicator exists, false otherwise.

Description

Checks whether a progress indicator with the specified ID exists.