Click or drag to resize

ViewportGuiGetDragData Method

Returns the drag data from the GUI, that was previously returned by GetDragData(Vector2).

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

Return Value

Type: Object

[Missing <returns> documentation for "M:Godot.Viewport.GuiGetDragData"]

See Also