GetContentFiles(ContentNamespace)
Returns all the ContentFile handles associated with the provided ContentNamespace.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: Unity.Loading
- Assembly: UnityEngine.ContentLoadModule
public static ContentFile[] GetContentFiles(ContentNamespace nameSpace)
Parameters
The ContentNamespace used to filter the results.
Returns
Type | Description |
|---|---|
| ContentFile[] | Returns an array of all the ContentFiles belonging to the ContentNamespace. |
Remarks
The results will include all ContentFiles regardless of their ContentFile.LoadingStatus.