Click or drag to resize

InputEventMouseMotionSetRelative Method

Note: This API is now obsolete.

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

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

Parameters

relative
Type: GodotVector2

[Missing <param name="relative"/> documentation for "M:Godot.InputEventMouseMotion.SetRelative(Godot.Vector2)"]

See Also