Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetPriority

Sets the progress indicator's priority.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule

SetPriority(int)

Sets the progress indicator's priority.
public void SetPriority(int priority)

Parameters

priority

The priority.

Remarks

Progress indicators are sorted by priority, from highest to lowest. Priorities also determine the visual behavior of progress indicators (see Progress.Priority).

SetPriority(Priority)

Sets the progress indicator's priority.
public void SetPriority(Progress.Priority priority)

Parameters

priority

The priority.

Remarks

Progress indicators are sorted by priority, from highest to lowest. Priorities also determine the visual behavior of progress indicators (see Progress.Priority).