Click or drag to resize

AreaGetOverlappingAreas Method

Returns a list of intersecting Areas. For performance reasons (collisions are all processed at the same time) this list is modified once during the physics step, not immediately after objects are moved. Consider using signals instead.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Array GetOverlappingAreas()

Return Value

Type: Array

[Missing <returns> documentation for "M:Godot.Area.GetOverlappingAreas"]

See Also