Shkyera Engine
Easy to use, game engine for Python
Loading...
Searching...
No Matches
shkyera::ModelComponent Class Reference

#include <ModelComponent.hpp>

Inheritance diagram for shkyera::ModelComponent:
[legend]

Public Member Functions

void updateImpl () const
 
- Public Member Functions inherited from shkyera::BaseComponent< ModelComponent >
virtual ~BaseComponent ()=default
 Virtual destructor for proper cleanup.
 

Public Attributes

HandleAndAsset< Meshmesh {}
 
HandleAndAsset< Materialmaterial {}
 

Member Function Documentation

◆ updateImpl()

void shkyera::ModelComponent::updateImpl ( ) const
inline

Member Data Documentation

◆ material

HandleAndAsset<Material> shkyera::ModelComponent::material {}

◆ mesh

HandleAndAsset<Mesh> shkyera::ModelComponent::mesh {}

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