Click or drag to resize

CameraSetSize Method

Note: This API is now obsolete.

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

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

Parameters

arg0
Type: SystemSingle

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

See Also