VenomEngine
Cross-Platform Modern Graphics Engine
Loading...
Searching...
No Matches
venom::common::Model Class Reference

Contains all the mesh's data and is the main high-level interface for the user. More...

#include <Model.h>

+ Inheritance diagram for venom::common::Model:

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 ()
 
- Public Member Functions inherited from venom::common::VenomComponent
vc::String GetComponentTitle ()
 
- Public Member Functions inherited from venom::common::PluginObjectImplWrapper
 PluginObjectImplWrapper (PluginObjectImpl *impl)
 
 PluginObjectImplWrapper (const PluginObjectImplWrapper &other)
 
PluginObjectImplWrapperoperator= (const PluginObjectImplWrapper &other)
 
 PluginObjectImplWrapper (PluginObjectImplWrapper &&other)
 
PluginObjectImplWrapperoperator= (PluginObjectImplWrapper &&other)
 
PluginObjectImplGetImpl ()
 
const PluginObjectImplGetImpl () const
 
const PluginObjectImplGetConstImpl () const
 
bool IsImplInitialized () const
 
void Destroy ()
 

Additional Inherited Members

- Protected Attributes inherited from venom::common::PluginObjectImplWrapper
PluginObjectImpl_impl
 

Detailed Description

Contains all the mesh's data and is the main high-level interface for the user.

Member Function Documentation

◆ _GetComponentTitle()

vc::String venom::common::Model::_GetComponentTitle ( )
overridevirtual

◆ _GUI()

void venom::common::Model::_GUI ( const Entity entity)
overridevirtual

◆ CanRemove()

bool venom::common::Model::CanRemove ( Entity entity)
overridevirtual

◆ Init()

void venom::common::Model::Init ( Entity entity)
overridevirtual

Reimplemented from venom::common::VenomComponent.

◆ Update()

void venom::common::Model::Update ( Entity entity)
overridevirtual

The documentation for this class was generated from the following files: