Summary
Indicates where
Animancer.Editor.AnimancerGUI.LayoutSingleLineRect(Animancer.Editor.AnimancerGUI.SpacingMode) should add the Animancer.Editor.AnimancerGUI.StandardSpacing.- Assembly
- Animancer
.dll - Namespace
- Animancer
.Editor - Base Types
-
- Enum
graph BT
Type-->Base0["Enum"]
Type["AnimancerGUI.SpacingMode"]
class Type type-node
Syntax
public enum AnimancerGUI.SpacingMode
Fields
| Name | Constant Value | Summary |
|---|---|---|
| After | 2 |
Add extra space after the new area.
static
|
| Before | 1 |
Add extra space before the new area.
static
|
| BeforeAndAfter | 3 |
Add extra space before and after the new area.
static
|
| None | 0 |
No extra space.
static
|