Click or drag to resize

CollisionObjectShapeOwnerRemoveShape Method

Removes a shape from the given shape owner.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void ShapeOwnerRemoveShape(
	uint ownerId,
	int shapeId
)

Parameters

ownerId
Type: SystemUInt32

[Missing <param name="ownerId"/> documentation for "M:Godot.CollisionObject.ShapeOwnerRemoveShape(System.UInt32,System.Int32)"]

shapeId
Type: SystemInt32

[Missing <param name="shapeId"/> documentation for "M:Godot.CollisionObject.ShapeOwnerRemoveShape(System.UInt32,System.Int32)"]

See Also