Ion
|
Callbacks called when requested resource information is available. More...
#include "resourcemanager.h"
Public Types | |
typedef std::function< void(const std::vector< T > &infos)> | Type |
Callbacks called when requested resource information is available.
If info about a specific resource was requested then the vector will have size 1.
Definition at line 186 of file resourcemanager.h.
typedef std::function<void(const std::vector<T>& infos)> ion::gfx::ResourceManager::InfoCallback< T >::Type |
Definition at line 187 of file resourcemanager.h.