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.