Variable SupportedFiles

Variable Documentation

const HashMap<ResourceFile::Type, const char*> SupportedFiles= { { ResourceFile::Type::Image, "Image(*.png;*.jpeg;*.jpg;*.dds)0*.png;*.jpeg;*.jpg;*.dds0" }, { ResourceFile::Type::ImageCube, "Image Cube(*.dds)0*.dds0" }, { ResourceFile::Type::Audio, "Audio(*.wav)0*.wav0" }, { ResourceFile::Type::Model, "Model(*.3ds;*.fbx;*.dae;*.gltf)0*.obj;*.blend;*.3ds;*.fbx;*.dae;*.gltf0" }, { ResourceFile::Type::AnimatedModel, "Animated Model(*.dae;*.fbx;*.gltf)0*.dae;*.fbx;*.gltf0" }, { ResourceFile::Type::CollisionModel, "Collision Model(*.obj)0*.obj0" }, { ResourceFile::Type::Lua, "Lua(*.lua)0*.lua0" }, { ResourceFile::Type::Text, "Text(*.txt;*.json;*.rml)0*.txt;*.json;*.rml0" }, { ResourceFile::Type::Font, "Sprite fonts(*.spritefont)0*.spritefont0" }, { ResourceFile::Type::ParticleEffect, "Effekseer effects(*.efkefc;*.efk;*.efkproj)0*.efkefc;*.efk;*.efkproj0" }, { ResourceFile::Type::BasicMaterial, "Basic material(*.basic.rmat)0*.basic.rmat0" }, { ResourceFile::Type::InstancingBasicMaterial, "Instancing basic material(*.instance.rmat)0*.instance.rmat0" }, { ResourceFile::Type::AnimatedBasicMaterial, "Animated material(*.anim.rmat)0*.anim.rmat0" }, { ResourceFile::Type::SkyMaterial, "Sky material(*.sky.rmat)0*.sky.rmat0" }, { ResourceFile::Type::CustomMaterial, "Custom material(*.custom.rmat)0*.custom.rmat0" }, { ResourceFile::Type::DecalMaterial, "Decal material(*.decal.rmat)0*.decal.rmat0" }, { ResourceFile::Type::None, "All(*.*)0*.*0" }}