|
SuperDex Physics C++ API
|
Information passed to per-step callbacks. More...
#include <mochi_structs.h>
Public Attributes | |
| Scene * | scene = nullptr |
| Pointer to the Scene being stepped. | |
| double | timeStepSec = 0.0 |
| Time step size [s] for this simulation step. | |
Information passed to per-step callbacks.
Definition at line 112 of file mochi_structs.h.
| Scene* superdex::StepInfo::scene = nullptr |
Pointer to the Scene being stepped.
Definition at line 113 of file mochi_structs.h.
| double superdex::StepInfo::timeStepSec = 0.0 |
Time step size [s] for this simulation step.
Definition at line 115 of file mochi_structs.h.