Click or drag to resize

InputEventScreenDragSetSpeed Method

Note: This API is now obsolete.

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

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

Parameters

speed
Type: GodotVector2

[Missing <param name="speed"/> documentation for "M:Godot.InputEventScreenDrag.SetSpeed(Godot.Vector2)"]

See Also