Object[] An array of all the root assets in all registered content directories.
Retrieve all root assets from all registered content directories.
| Parameter | Description |
|---|---|
| contentDirectory | The registered content directory handle from which to retrieve root assets. |
Object[] An array of all the root assets in the specified content directory.
Retrieve all root assets from the specified content directory.
T[] An array of root assets that match the specified type.
Retrieve all root assets of a specific type from all registered content directories.
| Parameter | Description |
|---|---|
| contentDirectory | The registered content directory handle from which to retrieve root assets. |
T[] An array of root assets that match the specified type.
Retrieve all root assets of a specific type from the specified content directory.