ValueIncrement
Description
Full source code is included in the Tinman 3D SDK download. |
Settings for incrementing a GUI value.
The following methods may be used as ValueIncrementDelegate for various Component types:
Public / Methods
UpdateInputFieldInteger
A ValueIncrementDelegate that modifies the value of an InputFieldInteger field.
The modified value is round with Maths.Round before being set to the given component in.
UpdateInputFieldLatLon_Latitude
A ValueIncrementDelegate that modifies the LatLon.Latitude part of the value of an InputFieldLatLon field.
UpdateInputFieldLatLon_Longitude
A ValueIncrementDelegate that modifies the LatLon.Longitude part of the value of an InputFieldLatLon field.
UpdateInputFieldNumber
A ValueIncrementDelegate that modifies the value of an InputFieldNumber field.