Version: 2021.2
언어: 한국어
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.