Click or drag to resize

TreeDropModeFlags Property

The drop mode as an OR combination of flags. See TreeDropModeFlagsEnum constants. Once dropping is done, reverts to . Setting this during CanDropData(Vector2, Object) is recommended.

This controls the drop sections, i.e. the decision and drawing of possible drop locations based on the mouse position.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public int DropModeFlags { get; set; }

Property Value

Type: Int32
See Also