Capycore Engine  0.1.0
A simple and lightweight game engine written in C++ based on the Unity API architecture.
Loading...
Searching...
No Matches
Shape2D Struct Reference

Structure representing a 2D physics shape. More...

#include <body_2d.h>

Public Attributes

b2ShapeId id {}
 
b2ShapeType type {}
 

Detailed Description

Structure representing a 2D physics shape.

Includes the shape ID and type.

Member Data Documentation

◆ id

b2ShapeId Shape2D::id {}

◆ type

b2ShapeType Shape2D::type {}

The documentation for this struct was generated from the following file: