Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

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.

Additional resources: Application.backgroundLoadingPriority.

Properties

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