SUNENGINE 0.0.2
A simple and bright C++ game engine.
 
Loading...
Searching...
No Matches
CollisionTestCommandBase Class Referenceabstract

Base class for collision test commands. More...

#include <CollisionTestCommandBase.h>

Inheritance diagram for CollisionTestCommandBase:
Inheritance graph

Public Member Functions

 CollisionTestCommandBase (const CollisionTestCommandBase &)=default
 
CollisionTestCommandBaseoperator= (const CollisionTestCommandBase &)=default
 
virtual void Execute ()=0
 Executes the collision test command.
 

Detailed Description

Base class for collision test commands.

The CollisionTestCommandBase class serves as the base class for collision test commands. It provides a pure virtual method Execute that must be implemented by derived classes.

Member Function Documentation

◆ Execute()

virtual void CollisionTestCommandBase::Execute ( )
pure virtual

Executes the collision test command.

Implemented in CollisionTerrainCommand, CollisionTestPairCommand, and CollisionTestSelfCommand.


The documentation for this class was generated from the following file: