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