Click or drag to resize

InputEventPanGestureSetDelta Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.InputEventPanGesture.SetDelta(Godot.Vector2)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetDelta is deprecated. Use the Delta property instead.")]
public void SetDelta(
	Vector2 delta
)

Parameters

delta
Type: GodotVector2

[Missing <param name="delta"/> documentation for "M:Godot.InputEventPanGesture.SetDelta(Godot.Vector2)"]

See Also