Click or drag to resize

Physics2DShapeQueryParametersSetMotion Method

Note: This API is now obsolete.

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

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

Parameters

motion
Type: GodotVector2

[Missing <param name="motion"/> documentation for "M:Godot.Physics2DShapeQueryParameters.SetMotion(Godot.Vector2)"]

See Also