Drag[en]gine Script Module DragonScript 1.23
|
Value listener for Quaternion type values. More...
Public Member Functions | |
QuaternionValue | new (Instance instance) |
QuaternionValue | new (Instance instance, NetworkStateValueFormat format, float precision) |
void | updateValue () |
![]() | |
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 (Quaternion value) |
Quaternion value changed on link and has to be applied to the element. | |
Value listener for Quaternion type values.
|
protected |
Index of value in network state.
QuaternionValue Dragengine.Scenery.ECBehaviorNetworkState.QuaternionValue.new | ( | Instance | instance | ) |
QuaternionValue Dragengine.Scenery.ECBehaviorNetworkState.QuaternionValue.new | ( | Instance | instance, |
NetworkStateValueFormat | format, | ||
float | precision | ||
) |
|
protected |
Quaternion value changed on link and has to be applied to the element.
Reimplemented in Dragengine.Scenery.ECBehaviorNStateGeometry.Instance.ValueOrientation.
void Dragengine.Scenery.ECBehaviorNetworkState.QuaternionValue.updateValue | ( | ) |