Version: 2022.3
言語: 日本語
public void SetPriority (int priority);
public void SetPriority (Progress.Priority priority);

パラメーター

priority The priority.

説明

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.