Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 421 Bytes

File metadata and controls

16 lines (12 loc) · 421 Bytes

LoadPriority

enum in AdvancedSceneManager.Models.Enums / Inherits from: Enum

Description

Priority of a thread.

Values

Name Description
Auto Let ASM automatically decide UnityEngine.ThreadPriority.
Low Lowest thread priority.
BelowNormal Below normal thread priority.
Normal Normal thread priority.
High Highest thread priority.