Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

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

ThreadPriority

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, WWW.threadPriority.

Variables

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