Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetOptions(int)

Gets the options that you specified when you started the progress indicator.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public static Progress.Options GetOptions(int id)

Parameters

id

The progress indicator's unique ID.

Returns

Type

Description

OptionsThe progress indicator's option flags.