How to change noise in freelook camara

I used to change noise in a Normal Cinemachine VirtualCamara but for unity Freelook camera with Top, bottom, and middle rig the noise changing is different. Can someone help me with changing noise via script of the Freelook camera?

1 Like

You can access each of the FreeLook’s rigs with freeLook.GetRig(int index). It returns a vcam, for which you already know how to change the noise.

2 Likes

Ohh thanks a lot have been stuck on this for ages.The documentations also does not show anything like this

4 Likes