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