Click or drag to resize

GraphEditSetMinimapSize Method

Note: This API is now obsolete.

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

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

Parameters

pSize
Type: GodotVector2

[Missing <param name="pSize"/> documentation for "M:Godot.GraphEdit.SetMinimapSize(Godot.Vector2)"]

See Also