Core::ResourceManager::ModelSaveEntry
#include "Core/Resources/ResourceManager.h"
Public Attributes
Name | |
---|---|
std::string | name |
bool | normalize |
std::string | path |
Core::ResourceType | type |
Public Attributes Documentation
variable name
cpp
std::string name;
std::string name;
variable normalize
cpp
bool normalize;
bool normalize;
variable path
cpp
std::string path;
std::string path;
variable type
cpp
Core::ResourceType type;
Core::ResourceType type;
Updated on 2024-11-06 at 20:16:54 +0000