Select your preferred scripting language. All code snippets will be displayed in this language.
enumeration
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
ClosePriority 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.
Low | Lowest thread priority. |
BelowNormal | Below normal thread priority. |
Normal | Normal thread priority. |
High | Highest thread priority. |