Click or drag to resize

CameraSetZfar Method

Note: This API is now obsolete.

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

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

Parameters

arg0
Type: SystemSingle

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

See Also