IStepper.Step
void Step()
This Step method will be called every frame of the
application, as long as Enabled is true. By default this happens
immediately before the main application’s Step callback, but this
can be configured by adding a [StepperPriority] attribute to the
IStepper type: a positive priority steps after the app’s Step
callback, and ISteppers are sorted in ascending order of priority.
Found an issue with these docs, or have some additional questions? Create an Issue on Github!