docs.unity.cn
    Show / Hide Table of Contents

    Enum FoldoutOption

    display options added to the Foldout

    Namespace: UnityEditor.Rendering
    Syntax
    [Flags]
    public enum FoldoutOption

    Fields

    Name Description Value
    None

    No Option


    0
    Indent

    Foldout will be indented


    1
    Boxed

    Foldout will be boxed


    4
    SubFoldout

    Foldout will be inside another foldout


    8
    NoSpaceAtEnd

    Remove the space at end of the foldout


    16
    TitleHeader

    Foldout backgound will use the same as for TitleHeaders


    32

    Extension Methods

    AnalyticsUtils.ToNestedColumn<FoldoutOption>(Boolean)
    AnalyticsUtils.ToNestedColumnWithDefault<FoldoutOption>(FoldoutOption, Boolean)
    ReflectionUtils.Invoke(String, Object[])
    ReflectionUtils.SetField(String, Object)
    ReflectionUtils.GetField(String)
    ReflectionUtils.GetFields()
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 08 September 2023