|
Bomberman
|
#include <Drawable3DComponent.hpp>
Public Member Functions | |
| Drawable3DComponent (WAL::Entity &entity, std::shared_ptr< RAY::Drawables::ADrawable3D > drawable3D) | |
| ctor More... | |
| template<typename T , typename ... Params> | |
| Drawable3DComponent (WAL::Entity &entity, WAL::TypeHolder< T >, Params &&...params) | |
| ctor More... | |
| WAL::Component * | clone (WAL::Entity &entity) const override |
| Clone a component for another or the same entity. More... | |
| Drawable3DComponent (const Drawable3DComponent &)=default | |
| Default copy ctor. More... | |
| ~Drawable3DComponent () override=default | |
| Default dtor. More... | |
| Drawable3DComponent & | operator= (const Drawable3DComponent &)=delete |
| Default assignment operator. More... | |
Public Member Functions inherited from WAL::Component | |
| Component & | operator= (const Component &)=delete |
| A component can't be assigned. More... | |
| virtual | ~Component ()=default |
| A virtual destructor. More... | |
| virtual void | onStart () |
| The entity or this component has just been enabled. More... | |
| virtual void | onStop () |
| The entity or this component has just been disable. More... | |
Public Attributes | |
| std::shared_ptr< RAY::Drawables::ADrawable3D > | drawable |
| The type of the component. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from WAL::Component | |
| Component (Entity &entity) | |
| A component can't be instantiated, it should be derived. More... | |
| Component (const Component &)=default | |
| A component can't be instantiated, it should be derived. More... | |
Protected Attributes inherited from WAL::Component | |
| Entity & | _entity |
| The entity that own this component. More... | |
|
inline |
ctor
|
inlineexplicit |
ctor
|
default |
Default copy ctor.
|
overridedefault |
Default dtor.
|
inlineoverridevirtual |
Clone a component for another or the same entity.
| entity | The entity that owns the ne component. |
Implements WAL::Component.
|
delete |
Default assignment operator.
| std::shared_ptr<RAY::Drawables::ADrawable3D> BBM::Drawable3DComponent::drawable |
The type of the component.
1.8.17