#include <ColliderListComponent.hpp>
ColliderListComponent::ColliderListComponent |
( |
std::initializer_list< ColliderComponent * > |
colliders | ) |
|
ColliderListComponent::ColliderListComponent |
( |
| ) |
|
|
default |
void ColliderListComponent::AddComponents |
( |
std::initializer_list< ColliderComponent * > |
colliders | ) |
|
void ColliderListComponent::Render |
( |
SDL_Renderer * |
ren | ) |
|
|
virtual |
Render this component in the screen if it can be rendered.
Reimplemented from Component.
void ColliderListComponent::Update |
( |
float |
deltaTime | ) |
|
|
virtual |
The documentation for this class was generated from the following files: