loadingPriority
Sets the priority for request.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: UnityEngine.iOS
- Assembly: UnityEngine.CoreModule
public float loadingPriority { get; set; }
Remarks
Value range is [0; 1] or greater than 1 to give the request special "urgent" status.
Equivalent to setting NSBundleResourceRequest.loadingPriority.