Answers for "how to access path position variable in unity"

C#
0

how to access path position variable in unity

public CinemachineVirtualCamera currentCamera;

var dolly = currentCamera.GetCinemachineComponent<CinemachineTrackedDolly>();
dolly.m_PathPosition = bla;
Posted by: Guest on July-23-2020

Code answers related to "how to access path position variable in unity"

C# Answers by Framework

Browse Popular Code Answers by Language