This version of Unity is unsupported.

Progress.Item.SetPriority

Declaration

public void SetPriority(int priority);

Declaration

public void SetPriority(Unity.IO.LowLevel.Unsafe.Priority priority);

Parameters

priority The priority.

Description

Sets the progress indicator's priority.

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

See Also: Progress.Item.priority, Progress.SetPriority, Progress.GetPriority.