how to access path position variable in unity

103

how to access path position variable in unity -

public CinemachineVirtualCamera currentCamera;

var dolly = currentCamera.GetCinemachineComponent<CinemachineTrackedDolly>();
dolly.m_PathPosition = bla;

Comments

Submit
0 Comments