Enum ScreenContextBehaviors
This class represents different behaviors of a ScreenContext.
Namespace: Evergine.Framework
Assembly: Evergine.Framework.dll
Syntax
[Flags]
public enum ScreenContextBehaviors
Fields
Name | Description |
---|---|
DrawInBackground | Allow this screen context to keep calling the draw method. |
None | None |
UpdateInBackground | Allow this screen context to keep calling the update method. |