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 |