AnimationPack Descriptor meant to be used with AssetManager only.
More...
#include <AnimationPack.hpp>
AnimationPack Descriptor meant to be used with AssetManager only.
Definition at line 97 of file AnimationPack.hpp.
◆ AssetType
◆ Descriptor()
| Cori::Graphics::AnimationPack::Descriptor::Descriptor |
( |
std::string | name, |
|
|
std::filesystem::path | jsonPath, |
|
|
const ConfigType | type ) |
|
inlineconstexprnoexcept |
Constructs a descriptor.
- Parameters
-
| name | Name to be assigned to the AnimationPack. |
| jsonPath | Path to the json config file. |
| type | Type of the config file, specifies how the config file will be interpreted. |
Definition at line 105 of file AnimationPack.hpp.
◆ GetRuntimeID()
| uint32_t Cori::Graphics::AnimationPack::Descriptor::GetRuntimeID |
( |
| ) |
const |
|
inlinenodiscard |
◆ operator==()
| bool Cori::Graphics::AnimationPack::Descriptor::operator== |
( |
const Descriptor & | other | ) |
const |
|
inlineconstexprnoexcept |
◆ m_ConfigType
| const ConfigType Cori::Graphics::AnimationPack::Descriptor::m_ConfigType |
◆ m_JsonPath
| const std::filesystem::path Cori::Graphics::AnimationPack::Descriptor::m_JsonPath |
◆ m_Name
| const std::string Cori::Graphics::AnimationPack::Descriptor::m_Name |
The documentation for this class was generated from the following file: