GetObject(ulong)
Used to access objects within the ContentFile by local file identifier.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: Unity.Loading
- Assembly: UnityEngine.ContentLoadModule
public Object GetObject(ulong localIdentifierInFile)
Parameters
The local file identifier.
Returns
Type | Description |
|---|---|
| Object | The loaded Object from the ContentFile. |
Remarks
This method will raise an exception if when called ContentFile.LoadingStatus is not LoadingStatus.Completed.