Method AddPosition
AddPosition(Vector3, float)
Add a new target position to the history buffer
Declaration
public void AddPosition(Vector3 pos, float deltaTime)
Parameters
Type | Name | Description |
---|---|---|
Vector3 | pos | The new target position |
float | deltaTime | deltaTime since the last target position was added |