Skip to content

Core::ResourceManager::ModelSaveEntry

#include "Core/Resources/ResourceManager.h"

Public Attributes

Name
std::stringname
boolnormalize
std::stringpath
Core::ResourceTypetype

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