Click or drag to resize

Physics2DServerBodyClearShapes Method

Removes all shapes from a body.

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

Parameters

body
Type: GodotRID

[Missing <param name="body"/> documentation for "M:Godot.Physics2DServer.BodyClearShapes(Godot.RID)"]

See Also