Cogs.Core
|
Public Attributes | |
std::string | name |
std::string | reference |
ResourceTypes | type = ResourceTypes::Unknown |
std::string | source |
std::string | material |
std::string | permutation |
std::unordered_map< std::string, std::string > | options |
std::unordered_map< std::string, std::string > | variants |
std::unordered_map< std::string, FieldValue > | properties |
TextureDescription | textureDescription |
bool | textureGenerator = false |
ImageDefinition | imageDefinition |
TextureLoadFlags | loadFlags = TextureLoadFlags::None |
Definition at line 233 of file AssetDefinition.h.
ImageDefinition Cogs::Core::ResourceDefinition::imageDefinition |
Definition at line 250 of file AssetDefinition.h.
TextureLoadFlags Cogs::Core::ResourceDefinition::loadFlags = TextureLoadFlags::None |
Definition at line 251 of file AssetDefinition.h.
std::string Cogs::Core::ResourceDefinition::material |
Definition at line 241 of file AssetDefinition.h.
std::string Cogs::Core::ResourceDefinition::name |
Definition at line 235 of file AssetDefinition.h.
std::unordered_map<std::string, std::string> Cogs::Core::ResourceDefinition::options |
Definition at line 243 of file AssetDefinition.h.
std::string Cogs::Core::ResourceDefinition::permutation |
Definition at line 242 of file AssetDefinition.h.
std::unordered_map<std::string, FieldValue> Cogs::Core::ResourceDefinition::properties |
Definition at line 245 of file AssetDefinition.h.
std::string Cogs::Core::ResourceDefinition::reference |
Definition at line 236 of file AssetDefinition.h.
std::string Cogs::Core::ResourceDefinition::source |
Definition at line 238 of file AssetDefinition.h.
TextureDescription Cogs::Core::ResourceDefinition::textureDescription |
Definition at line 248 of file AssetDefinition.h.
bool Cogs::Core::ResourceDefinition::textureGenerator = false |
Definition at line 249 of file AssetDefinition.h.
ResourceTypes Cogs::Core::ResourceDefinition::type = ResourceTypes::Unknown |
Definition at line 237 of file AssetDefinition.h.
std::unordered_map<std::string, std::string> Cogs::Core::ResourceDefinition::variants |
Definition at line 244 of file AssetDefinition.h.