|
0.45.0
|
#include <igor/resources/iResourceManager.h>#include <igor/resources/sound/iSoundFactory.h>#include <igor/resources/texture/iTextureFactory.h>#include <igor/resources/animation/iAnimationFactory.h>#include <igor/resources/sprite/iSpriteFactory.h>#include <igor/resources/model/iModelFactory.h>#include <igor/resources/shader/iShaderFactory.h>#include <igor/resources/material/iMaterialFactory.h>#include <igor/resources/prefab/iPrefabFactory.h>#include <igor/resources/config/iConfig.h>#include <igor/threading/iTaskManager.h>#include <igor/resources/iResourceDictionary.h>#include <iaux/system/iaFile.h>#include <iaux/system/iaConsole.h>#include <iomanip>Namespaces | |
| namespace | igor |
| item data entity id | |
Functions | |
| static bool | igor::matchingFilename (iFactoryPtr factory, const iaString &filename) |
| template<typename ParameterType > | |
| void | igor::writeParam (const iParameters ¶meters, const iaString &key, std::wofstream &stream) |
| static bool | igor::matchingType (iFactoryPtr factory, const iParameters ¶meters) |
| IAUX_API std::wostream & | igor::operator<< (std::wostream &stream, iResourceManagerLoadMode mode) |
| IGOR_API std::wostream & | igor::operator<< (std::wostream &stream, iResourceCacheMode cacheMode) |
Variables | |
| static const iaString | igor::s_igorResourceDictionaryPath = "igor_resource_dictionary.json" |