Click or drag to resize

Physics2DShapeQueryParametersSetExclude Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Physics2DShapeQueryParameters.SetExclude(Godot.Collections.Array)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetExclude is deprecated. Use the Exclude property instead.")]
public void SetExclude(
	Array exclude
)

Parameters

exclude
Type: Godot.CollectionsArray

[Missing <param name="exclude"/> documentation for "M:Godot.Physics2DShapeQueryParameters.SetExclude(Godot.Collections.Array)"]

See Also