Click or drag to resize

Physics2DServerAreaRemoveShape Method

Removes a shape from an area. It does not delete the shape, so it can be reassigned later.

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

Parameters

area
Type: GodotRID

[Missing <param name="area"/> documentation for "M:Godot.Physics2DServer.AreaRemoveShape(Godot.RID,System.Int32)"]

shapeIdx
Type: SystemInt32

[Missing <param name="shapeIdx"/> documentation for "M:Godot.Physics2DServer.AreaRemoveShape(Godot.RID,System.Int32)"]

See Also