Fireworks Engine  v2.0
Lightweight Sandbox Game Engine using OpenGL for additional Customisation and Quick Prototyping
PhysicsManager Class Reference

A singleton Physics Manager. More...

#include <physicsmanager.h>

Public Attributes

b2Vec2 Gravity
 The worlds gravity. More...
 
b2World * PhysicsWorld
 The Physics world object. More...
 

Detailed Description

A singleton Physics Manager.

Manages the Physics world and the Physics simulation properties in a global scope.

Member Data Documentation

◆ Gravity

b2Vec2 PhysicsManager::Gravity

The worlds gravity.

◆ PhysicsWorld

b2World* PhysicsManager::PhysicsWorld

The Physics world object.


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