Click or drag to resize

Camera2DDragMarginVEnabled Property

If true, the camera only moves when reaching the vertical drag margins. If false, the camera moves vertically regardless of margins.

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

Property Value

Type: Boolean
See Also