Enum ScreenContextBehaviors
This class represent different behavior of a ScreenContext.
Namespace: Evergine.Framework
Assembly: Evergine.Framework.dll
Syntax
[Flags]
public enum ScreenContextBehaviors
Fields
| Name | Description |
|---|---|
| DrawInBackground | Allow that this screencontext keep calling to the draw method. |
| None | The none |
| UpdateInBackground | Allow that this screencontext keep calling to the update method. |