Cinemachine
CinemachinePathEvaluatePosition Method |
Get a worldspace position of a point along the path
Namespace: Cinemachine
Assembly: Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public override Vector3 EvaluatePosition( float pos )
function EvaluatePosition(pos);
Parameters
- pos
- Type: SystemSingle
Postion along the path. Need not be normalized.
Return Value
Type: Vector3World-space position of the point along at path at pos
See Also