Claude Chappe' Curse - A C Game
Logo Institut d'Informatique Claude Chappe Logo Université de Le Mans Logo Raeptor Production
 
Loading...
Searching...
No Matches
CollisionBuffer Struct Reference

Represents a buffer for collision shapes. More...

#include <bodies.h>

Collaboration diagram for CollisionBuffer:

Public Attributes

struct Node ** collisionsShapes
 
u32 length
 
u32 index
 

Detailed Description

Represents a buffer for collision shapes.

A collision buffer stores collision shapes and manages their indices.

Member Data Documentation

◆ collisionsShapes

struct Node** CollisionBuffer::collisionsShapes

Array of collision shapes in the buffer.

◆ length

u32 CollisionBuffer::length

Number of collision shapes in the buffer.

◆ index

u32 CollisionBuffer::index

Current index in the buffer.


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