Contents

PHASEEngine.UpdateMode

Modes that determine when the framework consumes API calls and updates internal state.

Declaration

enum UpdateMode

Overview

To define the manner in which PHASE processes commands and updates internal state, select an option from this enumeration and pass it to the updateMode parameter of the PHASEEngine initializer, init(updateMode:).

Topics

Modes

Initializers

See Also

Setup