Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetObjects()

This function can be used to access all the Objects loaded in the ContentFile.
Read time 1 minuteLast updated 6 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.