Drag[en]gine Script Module DragonScript
1.23
|
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. More... | |
void | valueChanged (NetworkState networkState) |
Value changed. More... | |
Protected Member Functions | |
int | getIndex () |
Index of value in network state. More... | |
void | onValueChanged (float value) |
Float value changed on link and has to be applied to the element. More... | |
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.ValueTurnIP, Dragengine.Scenery.ECBehaviorNStateLocomotion.Instance.ValueTurningSpeed, and Dragengine.Scenery.ECBehaviorNStateLocomotion.Instance.ValueOrientation.
void Dragengine.Scenery.ECBehaviorNetworkState.FloatValue.updateValue | ( | ) |