Enum FoldoutOption
display options added to the Foldout
Namespace: UnityEditor.Rendering
Assembly: Unity.RenderPipelines.Core.Editor.dll
Syntax
[Flags]
public enum FoldoutOption
Fields
Name | Description |
---|---|
Boxed | Foldout will be boxed |
Indent | Foldout will be indented |
NoSpaceAtEnd | Remove the space at end of the foldout |
None | No Option |
SubFoldout | Foldout will be inside another foldout |
TitleHeader | Foldout backgound will use the same as for TitleHeaders |