GetObjects()
This function can be used to access all the Objects loaded in the ContentFile.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: Unity.Loading
- Assembly: UnityEngine.ContentLoadModule
public Object[] GetObjects()
Returns
Type | Description |
|---|---|
| Object[] | All the Objects within the ContentFile. |
Remarks
This method will raise an exception if when called ContentFile.LoadingStatus is not LoadingStatus.Completed.