Search Results for

    Show / Hide Table of Contents

    Enum AttachableObjectState

    States enumeration of attachable objects.

    Namespace: Evergine.Framework
    Assembly: Evergine.Framework.dll
    Syntax
    public enum AttachableObjectState : byte

    Fields

    Name Description
    Activated

    The object is activated

    Deactivated

    The object is not activated

    Destroyed

    The object is destroyed

    Detached

    The object is not attached

    Extension Methods

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