Search Results for

    Show / Hide Table of Contents

    Class HideFlags

    Object hide state description flags. Control object appearance.

    Inheritance
    System.Object
    HideFlags
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class HideFlags : Enum

    Fields

    DontSave

    The object will not be saved.

    Declaration
    public const HideFlags DontSave
    Field Value
    HideFlags

    DontSelect

    The object will not selectable in the editor viewport.

    Declaration
    public const HideFlags DontSelect
    Field Value
    HideFlags

    FullyHidden

    The fully hidden object flags mask.

    Declaration
    public const HideFlags FullyHidden
    Field Value
    HideFlags

    HideInHierarchy

    The object will not be visible in the hierarchy.

    Declaration
    public const HideFlags HideInHierarchy
    Field Value
    HideFlags

    None

    The default state.

    Declaration
    public const HideFlags None
    Field Value
    HideFlags

    value__

    Declaration
    public int value__
    Field Value
    System.Int32

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat