Click or drag to resize
ICollisionShapeClone Method
Clone the physical shape.

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

Return Value

Type: ICollisionShape
Cloned shape.
See Also