Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

localIdentifierInFile

The local file identifier.

Returns

Type

Description

ObjectThe loaded Object from the ContentFile.

Remarks

This method will raise an exception if when called ContentFile.LoadingStatus is not LoadingStatus.Completed.