Search Results for

    Show / Hide Table of Contents

    Enum AttachableObjectState

    Enumeration of attachable objects states.

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

    Fields

    Name Description
    Activated

    Activates the object.

    Deactivated

    The object is not active

    Destroyed

    The object has been 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