This version of Unity is unsupported.

ContentFile.GetObjects

Declaration

public Object[] GetObjects();

Returns

Object[] All the Objects within the ContentFile.

Description

This function can be used to access all the Objects loaded in the ContentFile.

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