SuperDex Physics C++ API
Loading...
Searching...
No Matches
superdex::StepInfo Struct Reference

Information passed to per-step callbacks. More...

#include <mochi_structs.h>

Public Attributes

Scenescene = nullptr
 Pointer to the Scene being stepped.
double timeStepSec = 0.0
 Time step size [s] for this simulation step.

Detailed Description

Information passed to per-step callbacks.

See also
Scene::RegisterPreStepCallback, Scene::RegisterPostStepCallback

Definition at line 112 of file mochi_structs.h.

Member Data Documentation

◆ scene

Scene* superdex::StepInfo::scene = nullptr

Pointer to the Scene being stepped.

Definition at line 113 of file mochi_structs.h.

◆ timeStepSec

double superdex::StepInfo::timeStepSec = 0.0

Time step size [s] for this simulation step.

Definition at line 115 of file mochi_structs.h.


The documentation for this struct was generated from the following files: