|
Ketchup Engine
|
#include <CollisionTestCommand.h>


Public Member Functions | |
| CollisionTestCommand ()=default | |
| CollisionTestCommand (const CollisionTestCommand &)=delete | |
| CollisionTestCommand & | operator= (const CollisionTestCommand &)=delete |
| virtual | ~CollisionTestCommand () |
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. | |
|
default |
|
delete |
|
inlinevirtual |
|
delete |