Click or drag to resize

GraphEditSetZoom Method

Note: This API is now obsolete.

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

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(
	float pZoom
)

Parameters

pZoom
Type: SystemSingle

[Missing <param name="pZoom"/> documentation for "M:Godot.GraphEdit.SetZoom(System.Single)"]

See Also