Click or drag to resize

Camera2DDragMarginHEnabled Property

If true, the camera only moves when reaching the horizontal drag margins. If false, the camera moves horizontally regardless of margins.

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

Property Value

Type: Boolean
See Also