Component bound to a specific entity.
More...
#include <OxygenEngine/scene/component/component.h>
|
|
const std::string & | getName () const |
| |
| virtual void | onUpdate (const std::chrono::nanoseconds, const int8_t=0) |
| | Run actions on entity update.
|
| |
|
|
| EntityComponent (Entity &entity) |
| |
|
|
template<typename E , typename C > |
| class | ComponentList |
| |
|
| bool | is_active = true |
| | Toggle to check if the Component is active, actual meaning heavily depends of the component type.
|
| |
template<typename Entity>
class oe::component::EntityComponent< Entity >
Component bound to a specific entity.
The documentation for this class was generated from the following file: