Click or drag to resize

Physics2DShapeQueryParametersSetShapeRid Method

Note: This API is now obsolete.

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetShapeRid is deprecated. Use the ShapeRid property instead.")]
public void SetShapeRid(
	RID shape
)

Parameters

shape
Type: GodotRID

[Missing <param name="shape"/> documentation for "M:Godot.Physics2DShapeQueryParameters.SetShapeRid(Godot.RID)"]

See Also