Renderer.SetFOV
static void SetFOV(float fieldOfViewDegrees)
Only works for flatscreen! This updates the camera’s projection matrix with a new field of view.
This value only affects perspective mode projection, which is the default projection mode.
float fieldOfViewDegrees | Vertical field of view in degrees. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!