Click or drag to resize

CameraSetFov Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Camera.SetFov(System.Single)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetFov is deprecated. Use the Fov property instead.")]
public void SetFov(
	float arg0
)

Parameters

arg0
Type: SystemSingle

[Missing <param name="arg0"/> documentation for "M:Godot.Camera.SetFov(System.Single)"]

See Also