These values are synchronized to the remote objects if the interpolation mode or the extrapolation mode SynchronizeValues is used. Your movement script should pass on the current speed (in units/second) and turning speed (in angles/second) so the remote object can use them to predict the objects movement. More...
Calculates an estimated position based on the last synchronized position, the time when the last position was received and the movement speed of the object More...
Calculates an estimated position based on the last synchronized position, the time when the last position was received and the movement speed of the object
These values are synchronized to the remote objects if the interpolation mode or the extrapolation mode SynchronizeValues is used. Your movement script should pass on the current speed (in units/second) and turning speed (in angles/second) so the remote object can use them to predict the objects movement.
Parameters
speed
The current movement vector of the object in units/second.
turnSpeed
The current turn speed of the object in angles/second.