Summary
Splits the specified `area` into separate sections.
- Assembly
- Animancer
.dll - Namespace
- Animancer
.Editor - Containing Type
- Mixer
Transition Drawer
Syntax
protected void SplitListRect(Rect area, bool isHeader, out Rect animation, out Rect threshold, out Rect speed, out Rect sync)
Parameters
Name | Type | Description |
---|---|---|
area | Rect | |
isHeader | bool | |
animation | Rect | |
threshold | Rect | |
speed | Rect | |
sync | Rect |
Return Value
Type | Description |
---|---|
void |