Summary
Draws a float field with the label width set to match the `label` rather than the standard size.
- Assembly
- FlexiMotion
.dll - Namespace
- FlexiMotion
.Editor - Containing Type
- FMEditorGUI
Syntax
public static float CompactFloatField(Rect area, string label, float value, float labelPadding = 0)
Parameters
Name | Type | Description |
---|---|---|
area | Rect | |
label | string | |
value | float | |
labelPadding | float |
Return Value
Type | Description |
---|---|
float |