The Stroop Test Game
Ian Parberry's "Introduction to Game Physics"
Public Attributes | List of all members
CObjDesc Class Reference

Object descriptor. More...

#include <Object.h>

Inheritance diagram for CObjDesc:
CObject

Public Attributes

eSprite m_eSpriteType = eSprite::Size
 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

Object descriptor.

Stores information about an object.