IStepper.Initialize

bool Initialize()

This is called by StereoKit at the start of the next frame, and on the main thread. This happens before StereoKit’s main Step callback, and always after SK.Initialize.

   
RETURNS: bool If false is returned here, this IStepper will be immediately removed from the list of ISteppers, and neither Step nor Shutdown will be called.




Found an issue with these docs, or have some additional questions? Create an Issue on Github!