Method EvaluateLocalPosition
EvaluateLocalPosition(float)
Get a local-space position of a point along the path
Declaration
public abstract Vector3 EvaluateLocalPosition(float pos)
Parameters
Type | Name | Description |
---|---|---|
float | pos | Position along the path. Need not be standardized. |
Returns
Type | Description |
---|---|
Vector3 | Local-space position of the point along at path at pos |