Version: 2017.3 (switch to 2017.4)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

ThreadPriority

enumeration

Description

Priority of a thread.

Lower priority means a background operation will run less often and will take up less time, but will progress more slowly.

See Also: Application.backgroundLoadingPriority.

Properties

LowLowest thread priority.
BelowNormalBelow normal thread priority.
NormalNormal thread priority.
HighHighest thread priority.

Did you find this page useful? Please give it a rating: