#How to set a specific camera mode on a vessel i.e Chase cam
1 messages · Page 1 of 1 (latest)
I don't think you can set it for a specific vessel, but the CameraManager has a function to set the mode:
GameManager.Instance.Game.CameraManager.FlightCamera.SelectCameraMode(KSP.Sim.CameraMode newMode, bool shouldInterpolate, bool sendPassiveNotification);