![]() |
VenomEngine
Cross-Platform Modern Graphics Engine
|
Contains all the mesh's data and is the main high-level interface for the user. More...
#include <Model.h>
Public Member Functions | |
Model (const char *path) | |
void | Init (Entity entity) override |
void | Update (Entity entity) override |
void | _GUI (const Entity entity) override |
vc::String | _GetComponentTitle () override |
bool | CanRemove (Entity entity) override |
void | Draw () |
vc::Error | ImportModel (const char *path) |
const vc::Vector< vc::Mesh > & | GetMeshes () const |
const vc::Vector< vc::Material > & | GetMaterials () const |
vc::Vector< vc::Material > & | GetMaterials () |
const vc::String & | GetName () |
const vc::String & | GetShortName () |
![]() | |
vc::String | GetComponentTitle () |
![]() | |
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 | |
![]() | |
PluginObjectImpl * | _impl |
Contains all the mesh's data and is the main high-level interface for the user.
|
overridevirtual |
Implements venom::common::VenomComponent.
|
overridevirtual |
Implements venom::common::VenomComponent.
|
overridevirtual |
Implements venom::common::VenomComponent.
|
overridevirtual |
Reimplemented from venom::common::VenomComponent.
|
overridevirtual |
Implements venom::common::VenomComponent.