Click or drag to resize

PhysicsShapeQueryParametersSetShape Method

Sets the Shape that will be used for collision/intersection queries.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetShape(
	Resource shape
)

Parameters

shape
Type: GodotResource

[Missing <param name="shape"/> documentation for "M:Godot.PhysicsShapeQueryParameters.SetShape(Godot.Resource)"]

See Also