[]
Creates numeric property editor.
protected NumericUpDown AddNumericProperty(string label, double value, Action<double> onChanged, double min, double max, int decimals = 0)
Type | Name | Description |
---|---|---|
string | label | |
double | value | |
Action<double> | onChanged | |
double | min | |
double | max | |
int | decimals |
Type | Description |
---|---|
NumericUpDown | NumericUpDown control |