Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetId(int)

Finds a progress indicator's unique ID using its index in the set of all available progress indicators.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public static int GetId(int index)

Parameters

index

The valid index for a progress indicator.

Returns

Type

Description

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