ResourceLib::GetResourceArray

ResourceLib::GetResourceArray
inline void GetResourceArray(Array<Ptr<Resource> > * presources);
Description

GetResourceArray access resource list and is used for debug purposes. The list should not be kept permanently as it will prevent items in the library from being properly released.

Parameters
Parameters 
Description 
Array<Ptr<Resource> > * presources 
Pointer to array of Resource objects.