Click or drag to resize
IBodyShapeInfo Interface
The interface for a physical body shape info (object with data about how to create the shape for this physical body).

Namespace:  GeonBit.ECS.Components.Physics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public interface IBodyShapeInfo

The IBodyShapeInfo type exposes the following members.

Properties
  NameDescription
Public propertyShapeType
Get shape type enum.
Top
Methods
  NameDescription
Public methodCreateShape
Create and return a collision shape of this type.
Top
See Also