Click or drag to resize

RayCast2DSetExcludeParentBody Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.RayCast2D.SetExcludeParentBody(System.Boolean)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetExcludeParentBody is deprecated. Use the ExcludeParent property instead.")]
public void SetExcludeParentBody(
	bool mask
)

Parameters

mask
Type: SystemBoolean

[Missing <param name="mask"/> documentation for "M:Godot.RayCast2D.SetExcludeParentBody(System.Boolean)"]

See Also