Click or drag to resize

Camera2DSetVDragEnabled Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Camera2D.SetVDragEnabled(System.Boolean)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetVDragEnabled is deprecated. Use the DragMarginVEnabled property instead.")]
public void SetVDragEnabled(
	bool enabled
)

Parameters

enabled
Type: SystemBoolean

[Missing <param name="enabled"/> documentation for "M:Godot.Camera2D.SetVDragEnabled(System.Boolean)"]

See Also