Enum FoldoutOption
display options added to the Foldout
Namespace: UnityEditor.Rendering
Syntax
[Flags]
public enum FoldoutOption
Fields
| Name | Description |
|---|---|
| Boxed | Foldout will be boxed |
| Indent | Foldout will be indented |
| None | No Option |
| NoSpaceAtEnd | Remove the space at end of the foldout |
| SubFoldout | Foldout will be inside another foldout |