Click or drag to resize

TreeGetCustomPopupRect Method

Returns the rectangle for custom popups. Helper to create custom cell controls that display a popup. See SetCellMode(Int32, TreeItemTreeCellMode).

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

Return Value

Type: Rect2

[Missing <returns> documentation for "M:Godot.Tree.GetCustomPopupRect"]

See Also