VenomEngine
Cross-Platform Modern Graphics Engine
|
Public Member Functions | |
void | SetComponent (const MaterialComponentType type, const vcm::Vec3 &value) |
void | SetComponent (const MaterialComponentType type, const vcm::Vec4 &value) |
void | SetComponent (const MaterialComponentType type, const float value) |
void | SetComponent (const MaterialComponentType type, const Texture &texture) |
const MaterialComponent & | GetComponent (const MaterialComponentType type) const |
const std::string & | GetName () const |
void | SetName (const std::string &name) |
Public Member Functions inherited from venom::common::PluginObjectImplWrapper | |
PluginObjectImplWrapper (PluginObjectImpl *impl) | |
PluginObjectImplWrapper (const PluginObjectImplWrapper &other) | |
PluginObjectImplWrapper & | operator= (const PluginObjectImplWrapper &other) |
PluginObjectImplWrapper (PluginObjectImplWrapper &&other) | |
PluginObjectImplWrapper & | operator= (PluginObjectImplWrapper &&other) |
PluginObjectImpl * | GetImpl () |
const PluginObjectImpl * | GetImpl () const |
const PluginObjectImpl * | GetConstImpl () const |
bool | IsImplInitialized () const |
void | Destroy () |
Additional Inherited Members | |
Protected Attributes inherited from venom::common::PluginObjectImplWrapper | |
PluginObjectImpl * | _impl |