Version: 2022.3
언어: 한국어
public static void SetPriority (int id, int priority);
public static void SetPriority (int id, Progress.Priority priority);

파라미터

id The progress indicator's unique ID.
priority The priority.

설명

Sets a 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.GetPriority, Progress.Item.priority, Progress.Item.SetPriority.