#include <settings.h>
Public Member Functions | |
void | Load () |
void | Reset () |
void | Save () |
Settings () | |
Public Attributes | |
bool | m_drawAABBs |
bool | m_drawCOMs |
bool | m_drawContactImpulse |
bool | m_drawContactNormals |
bool | m_drawContactPoints |
bool | m_drawFrictionImpulse |
bool | m_drawJoints |
bool | m_drawProfile |
bool | m_drawShapes |
bool | m_drawStats |
bool | m_enableContinuous |
bool | m_enableSleep |
bool | m_enableSubStepping |
bool | m_enableWarmStarting |
float | m_hertz |
bool | m_pause |
int | m_positionIterations |
bool | m_singleStep |
int | m_testIndex |
int | m_velocityIterations |
int | m_windowHeight |
int | m_windowWidth |
Definition at line 25 of file settings.h.
|
inline |
Definition at line 27 of file settings.h.
void Settings::Load | ( | ) |
Definition at line 84 of file settings.cpp.
|
inline |
Definition at line 32 of file settings.h.
void Settings::Save | ( | ) |
Definition at line 56 of file settings.cpp.
bool Settings::m_drawAABBs |
Definition at line 69 of file settings.h.
bool Settings::m_drawCOMs |
Definition at line 74 of file settings.h.
bool Settings::m_drawContactImpulse |
Definition at line 72 of file settings.h.
bool Settings::m_drawContactNormals |
Definition at line 71 of file settings.h.
bool Settings::m_drawContactPoints |
Definition at line 70 of file settings.h.
bool Settings::m_drawFrictionImpulse |
Definition at line 73 of file settings.h.
bool Settings::m_drawJoints |
Definition at line 68 of file settings.h.
bool Settings::m_drawProfile |
Definition at line 76 of file settings.h.
bool Settings::m_drawShapes |
Definition at line 67 of file settings.h.
bool Settings::m_drawStats |
Definition at line 75 of file settings.h.
bool Settings::m_enableContinuous |
Definition at line 78 of file settings.h.
bool Settings::m_enableSleep |
Definition at line 80 of file settings.h.
bool Settings::m_enableSubStepping |
Definition at line 79 of file settings.h.
bool Settings::m_enableWarmStarting |
Definition at line 77 of file settings.h.
float Settings::m_hertz |
Definition at line 64 of file settings.h.
bool Settings::m_pause |
Definition at line 81 of file settings.h.
int Settings::m_positionIterations |
Definition at line 66 of file settings.h.
bool Settings::m_singleStep |
Definition at line 82 of file settings.h.
int Settings::m_testIndex |
Definition at line 61 of file settings.h.
int Settings::m_velocityIterations |
Definition at line 65 of file settings.h.
int Settings::m_windowHeight |
Definition at line 63 of file settings.h.
int Settings::m_windowWidth |
Definition at line 62 of file settings.h.