Set camera rotation manually

Kirshor

Member
Hi,
I have had success using the ChangeViewType function to manually change the rotation of the camera. But I wonder if it is safe to do so, does it potentially cause another issue?

view.ChangeViewType(true, targetAngle.x, 0, characterRotation);
 
Top