Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Exists(int)

Checks whether a progress indicator with the specified ID exists.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public static bool Exists(int id)

Parameters

id

The unique ID to search for.

Returns

Type

Description

boolTrue if the progress indicator exists, false otherwise.