Click or drag to resize
GameProcess Methods

The GameProcess type exposes the following members.

Methods
  NameDescription
Public methodInitProcess
Initializes this process.
Public methodKill
Marks this process to be removed. Allows subclasses to handle being killed.
Public methodThen
Queues the specified process to be executed right after this one.
Public methodTogglePause
Pauses or resumes this process. Allows subclasses to handle pausing and resuming.
Public methodUpdate
Updates this process.
Top
See Also