Click or drag to resize

GraphEditGetZoomHbox Method

Gets the HBoxContainer that contains the zooming and grid snap controls in the top left of the graph.

Warning: The intended usage of this function is to allow you to reposition or add your own custom controls to the container. This is an internal control and as such should not be freed. If you wish to hide this or any of its children, use their Visible property instead.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public HBoxContainer GetZoomHbox()

Return Value

Type: HBoxContainer

[Missing <returns> documentation for "M:Godot.GraphEdit.GetZoomHbox"]

See Also