Ketchup Engine
|
#include <VisualizerCommand.h>
Public Member Functions | |
VisualizerCommand () | |
virtual void | SetColor (Vect col) |
![]() | |
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 |