|
VisuTwin Canvas
C++ 3D Engine — Metal Backend
|
#include <framework/components/collision/collisionComponentSystem.h>
Public Member Functions | |
| CollisionComponentSystem (Engine *engine) | |
| Public Member Functions inherited from visutwin::canvas::ComponentSystem< CollisionComponent, CollisionComponentData > | |
| std::unique_ptr< Component > | addComponent (Entity *entity) override |
| ComponentSystem (Engine *engine, const std::string &id) | |
| const std::type_info & | componentType () const override |
| Public Member Functions inherited from visutwin::canvas::IComponentSystem | |
| Engine * | engine () const |
| IComponentSystem (Engine *engine, const std::string &id) | |
| const std::string & | id () const |
| virtual | ~IComponentSystem ()=default |
Additional Inherited Members | |
| Protected Attributes inherited from visutwin::canvas::IComponentSystem | |
| Engine * | _engine |
| std::string | _id |
Definition at line 11 of file collisionComponentSystem.h.
|
inline |
Definition at line 14 of file collisionComponentSystem.h.
References visutwin::canvas::ComponentSystem< CollisionComponent, CollisionComponentData >::ComponentSystem(), and visutwin::canvas::IComponentSystem::engine().