Method ResetTo
ResetTo(T, double)
Teleports current interpolation value to targetValue.
Declaration
public void ResetTo(T targetValue, double serverTime)
Parameters
Type | Name | Description |
---|---|---|
T | targetValue | The target value to teleport instantly |
double | serverTime | The current server time |