Method UpdateFrom
UpdateFrom(ref Vector3, int)
Updates the position delta based off of the current base position.
Declaration
public void UpdateFrom(ref Vector3 vector3, int networkTick)
Parameters
Type | Name | Description |
---|---|---|
Vector3 | vector3 | The full precision Vector3 value to (converted to half floats) used to determine the delta offset positon. |
int | networkTick | Set the current network tick value when updating. |