Search Results for

    Show / Hide Table of Contents

    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.

    Extension Methods

    EnumExtensions.HasFlag(Enum, Enum)
    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX