My Project
|
The Component class is an abstract base class for all components. More...
#include <Component.h>
Public Member Functions | |
virtual void | Update (float deltaTime) |
virtual void | Render (SDL_Renderer *renderer) |
The Component class is an abstract base class for all components.
This class defines the interface for components, provides a common interface for updating and rendering, which derived components can override to implement their specific behavior.
|
inlinevirtual |
Reimplemented in SpriteComponent.