11#include <venom/common/plugin/graphics/MaterialComponent.h>
32 const std::string & GetName()
const;
33 void SetName(
const std::string & name);
53 bool __resourceTableDirty;
78 inline const std::string & GetName()
const {
81 inline void SetName(
const std::string & name) {
Base class for graphics plugin objects.
Definition GraphicsPluginObject.h:80
MaterialComponent Contains all the data of a material component.
Definition MaterialComponent.h:69
Interface for the PluginObject different implementations.
Definition PluginObject.h:56
Wrapper for the PluginObjectImpl, inherited by classes like Model or Mesh to make them usable as comp...
Definition PluginObject.h:76
MaterialComponentType
MaterialComponentType Contains all the possible components of a material that VenomEngine can handle.
Definition MaterialComponent.h:24
Contains the entirety of the code of the VenomEngine project.
Definition Config.h:13