|
virtual string | GetFormattedValue (double value, bool fullPrecision) |
| Convert double value to string using either full presion (15 significant digits) or partial (3 decimal places) More...
|
|
virtual bool | ParseText (string text, out double newValue) |
| virtual wrapper around double.TryParse More...
|
|
virtual string InputFieldHandler.GetFormattedValue |
( |
double |
value, |
|
|
bool |
fullPrecision |
|
) |
| |
|
inlineprotectedvirtual |
Convert double value to string using either full presion (15 significant digits) or partial (3 decimal places)
Reimplemented in TimeInputFieldHandler.
delegate double InputFieldHandler.GetValueDelegate |
( |
| ) |
|
Delegate for callback to fetch the current value to be edited
virtual bool InputFieldHandler.ParseText |
( |
string |
text, |
|
|
out double |
newValue |
|
) |
| |
|
inlineprotectedvirtual |
delegate void InputFieldHandler.SetValueDelegate |
( |
double |
newValue | ) |
|
Delegate for callback to set the new value after editing
void InputFieldHandler.UpdateField |
( |
| ) |
|
|
inline |
Update field from value fetched by GetValueDelegate
TMP input field this handler manages.
Maneuver node editor instance that owns this handler
The documentation for this class was generated from the following file: