![]() |
Trax3 3.1.0
trax track library
|
Interface for the physics simulator. More...
#include <C:/Trend/Development/Trax3/Code/trax/rigid/Simulator.h>
Public Types | |
| enum class | Type { none = 0 , Standard , PhysX , PhysX_VisualDebugger , Unknown } |
Public Member Functions | |
| virtual const char * | TypeName () const noexcept=0 |
| virtual const char * | GetVersionString () const =0 |
Static Public Member Functions | |
| static dclspc std::unique_ptr< Simulator > | Make (Type type) noexcept |
| Makes a Simulator object. | |
Interface for the physics simulator.
|
pure virtual |
|
pure virtualnoexcept |