Click or drag to resize

PhysicsServerAreaClearShapes Method

Removes all shapes from an area. It does not delete the shapes, so they can be reassigned later.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void AreaClearShapes(
	RID area
)

Parameters

area
Type: GodotRID

[Missing <param name="area"/> documentation for "M:Godot.PhysicsServer.AreaClearShapes(Godot.RID)"]

See Also