The Stroop Test Game
Game Physics with a 2D Physics Engine
Loading...
Searching...
No Matches
CObjDesc Class Reference

Object descriptor. More...

#include <Object.h>

Inheritance diagram for CObjDesc:

Public Attributes

eSprite m_eSpriteType = eSprite::Point
 Sprite type.
 
b2Body * m_pBody = nullptr
 Physics World body.
 
b2Joint * m_pJoint = nullptr
 Joint in Physics World.
 
eWordColor m_eColor = eWordColor::Gray
 Sprite color;.
 
float m_fScale = 1.0f
 Image scale.
 
float m_fBirthTime = 0
 Time of creation.
 

Detailed Description

Stores information about an object.