Click or drag to resize

Area2DOverlapsArea Method

If true, the given area overlaps the Area2D.

Note: The result of this test is not immediate after moving objects. For performance, list of overlaps is updated once per frame and before the physics step. Consider using signals instead.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool OverlapsArea(
	Node area
)

Parameters

area
Type: GodotNode

[Missing <param name="area"/> documentation for "M:Godot.Area2D.OverlapsArea(Godot.Node)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.Area2D.OverlapsArea(Godot.Node)"]

See Also