Click or drag to resize
CollisionCompoundShapeRemoveShape Method
Remove a child shape from this compound shape.

Namespace:  GeonBit.Core.Physics.CollisionShapes
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void RemoveShape(
	ICollisionShape shape
)

Parameters

shape
Type: GeonBit.Core.Physics.CollisionShapesICollisionShape
Collision shape to remove.
See Also