SK.Step
static bool Step(Action onStep)
Steps all StereoKit systems, and inserts user code via callback between the appropriate system updates.
Action onStep | A callback where you put your application code! This gets called between StereoKit systems, after frame setup, but before render. |
RETURNS: bool | If an exit message is received from the platform, or SK.Quit() is called, this function will return false. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!