FieldOfView

FieldOfView represents the Y angle of view from the bottom of the screen to the top. The default value for FieldOfView is:

FieldOfView = (float)System.Math.PI / 4.0f;

Last updated