Summary
Divides the given `area` such that the fields associated with both labels will have equal space
remaining after the labels themselves.
- Assembly
- Animancer
.dll - Namespace
- Animancer
.Editor - Containing Type
- AnimancerGUI
Syntax
public static void SplitHorizontally(Rect area, string label0, string label1, out float width0, out float width1, out Rect rect0, out Rect rect1)
Parameters
Name | Type | Description |
---|---|---|
area | Rect | |
label0 | string | |
label1 | string | |
width0 | float | |
width1 | float | |
rect0 | Rect | |
rect1 | Rect |
Return Value
Type | Description |
---|---|
void |