|
Drag[en]gine Script Module DragonScript 1.32.1
|
Value listener for float type values. More...
Public Member Functions | |
| FloatValue | new (Instance instance, NetworkStateValueFormat format, float precision) |
| void | updateValue () |
Public Member Functions inherited from Dragengine.Scenery.ECBehaviorNetworkState.DefaultValueListener | |
| DefaultValueListener | new () |
| Create default value listener. | |
| void | valueChanged (NetworkState networkState) |
| Value changed. | |
Protected Member Functions | |
| int | getIndex () |
| Index of value in network state. | |
| void | onValueChanged (float value) |
| Float value changed on link and has to be applied to the element. | |
Value listener for float type values.
|
protected |
Index of value in network state.
| FloatValue Dragengine.Scenery.ECBehaviorNetworkState.FloatValue.new | ( | Instance | instance, |
| NetworkStateValueFormat | format, | ||
| float | precision | ||
| ) |
|
protected |
Float value changed on link and has to be applied to the element.
Reimplemented in Dragengine.Scenery.ECBehaviorNStateLocomotion.Instance.ValueOrientation, Dragengine.Scenery.ECBehaviorNStateLocomotion.Instance.ValueTurningSpeed, and Dragengine.Scenery.ECBehaviorNStateLocomotion.Instance.ValueTurnIP.
| void Dragengine.Scenery.ECBehaviorNetworkState.FloatValue.updateValue | ( | ) |