|
Ketchup Engine
|
#include <VisualizerCommand.h>


Public Member Functions | |
| VisualizerCommand () | |
| virtual void | SetColor (Vect col) |
Public Member Functions inherited from Command | |
| Command ()=default | |
| Command (const Command &)=delete | |
| Command & | operator= (const Command &)=delete |
| virtual | ~Command () |
| virtual void | Execute () |
| Executes this command's behavior. | |
Protected Attributes | |
| Vect | m_color |
| VisualizerCommand::VisualizerCommand | ( | ) |
|
virtual |
|
protected |