GetContentDirectories()
Retrieves an ordered list of content directories.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: Unity.Loading
- Assembly: UnityEngine.ContentLoadModule
public static ContentDirectoryHandle[] GetContentDirectories()
Returns
Type | Description |
|---|---|
| ContentDirectoryHandle[] | An array of ContentDirectoryHandle, where each handle represents a registered content directory. The content directories are sequenced according to their order of registration. |