Struct Body2D
Public Attributes
| Type | Name |
|---|---|
| b2BodyId | bodyID |
| b2Circle | circle |
| b2Polygon | poly |
| union Body2D | shape |
| b2ShapeId | shapeID |
| enum PhysicsBodyType | shapeType |
| b2ShapeDef | shapedef |
| b2BodyType | type |
Public Attributes Documentation
variable bodyID
b2BodyId Body2D::bodyID;
variable circle
b2Circle Body2D::circle;
variable poly
b2Polygon Body2D::poly;
variable shape
union Body2D Body2D::shape;
variable shapeID
b2ShapeId Body2D::shapeID;
variable shapeType
enum PhysicsBodyType Body2D::shapeType;
variable shapedef
b2ShapeDef Body2D::shapedef;
variable type
b2BodyType Body2D::type;
The documentation for this class was generated from the following file /home/runner/work/2DFarmingRPG/2DFarmingRPG/Stardew/engine/src/gameframework/layers/Game2D/Physics2D.c