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