![]() | GameProcess Methods |
The GameProcess type exposes the following members.
Name | Description | |
---|---|---|
![]() | InitProcess |
Initializes this process.
|
![]() | Kill |
Marks this process to be removed. Allows subclasses to handle being killed.
|
![]() | Then |
Queues the specified process to be executed right after this one.
|
![]() | TogglePause |
Pauses or resumes this process. Allows subclasses to handle pausing and resuming.
|
![]() | Update |
Updates this process.
|