Search Results for

    Show / Hide Table of Contents

    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.

    Extension Methods

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