Contents

PHASEEngine.UpdateMode.manual

A mode that indicates the app controls when the framework adjusts state.

Declaration

case manual

Discussion

In this mode, the framework waits for the app to call update() before processing the app’s API calls and adjusting internal states.

See Also

Modes