Click or drag to resize

Camera2DSetZoom Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Camera2D.SetZoom(Godot.Vector2)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetZoom is deprecated. Use the Zoom property instead.")]
public void SetZoom(
	Vector2 zoom
)

Parameters

zoom
Type: GodotVector2

[Missing <param name="zoom"/> documentation for "M:Godot.Camera2D.SetZoom(Godot.Vector2)"]

See Also