Cinemachine
CinemachinePathBaseEvaluateOrientation Method |
Get the orientation the curve at a point along the path.
Namespace: Cinemachine
Assembly: Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public abstract Quaternion EvaluateOrientation( float pos )
function EvaluateOrientation(pos);
Parameters
- pos
- Type: SystemSingle
Postion along the path. Need not be normalized.
Return Value
Type: QuaternionWorld-space orientation of the path
See Also