Click or drag to resize
IBodyShapeInfoCreateShape Method
Create and return a collision shape of this type.

Namespace:  GeonBit.ECS.Components.Physics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
ICollisionShape CreateShape()

Return Value

Type: ICollisionShape
Collision shape instance.
See Also