Method EvaluatePosition
EvaluatePosition(float)
Get a worldspace position of a point along the path
Declaration
public virtual Vector3 EvaluatePosition(float pos)
Parameters
Type | Name | Description |
---|---|---|
float | pos | Postion along the path. Need not be standardized. |
Returns
Type | Description |
---|---|
Vector3 | World-space position of the point along at path at pos |