Priority
The priority level attached to the AsyncReadManager read request.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Enum
- Namespace: Unity.IO.LowLevel.Unsafe
- Assembly: UnityEngine.CoreModule
public enum Priority
Remarks
The AsyncReadManager always starts higher priority read requests before lower priority requests.
Fields
Value | Description |
|---|---|
| PriorityHigh | High priority request. |
| PriorityLow | Low priority request. |