Method EvaluatePosition
EvaluatePosition(float)
Get a worldspace position of a point along the path
선언
public override Vector3 EvaluatePosition(float pos)
파라미터
타입 | 이름 | 설명 |
---|---|---|
float | pos | Postion along the path. Need not be normalized. |
반환
타입 | 설명 |
---|---|
Vector3 | World-space position of the point along at path at pos |