The individual data for a Bib. More...
#include <W3DBibBuffer.h>
Public Attributes | |
| Vector3 | m_corners [4] |
| Drawing location. | |
| Bool | m_highlight |
| Use the highlight texture. | |
| Int | m_color |
| Tint perhaps. | |
| ObjectID | m_objectID |
| The object id this bib corresponds to. | |
| DrawableID | m_drawableID |
| The object id this bib corresponds to. | |
| Bool | m_unused |
| True if this bib is currently unused. | |
The individual data for a Bib.
Definition at line 74 of file W3DBibBuffer.h.
| Int TBib::m_color |
Tint perhaps.
Definition at line 77 of file W3DBibBuffer.h.
| Vector3 TBib::m_corners[4] |
Drawing location.
Definition at line 75 of file W3DBibBuffer.h.
| DrawableID TBib::m_drawableID |
The object id this bib corresponds to.
Definition at line 79 of file W3DBibBuffer.h.
| Bool TBib::m_highlight |
Use the highlight texture.
Definition at line 76 of file W3DBibBuffer.h.
| ObjectID TBib::m_objectID |
The object id this bib corresponds to.
Definition at line 78 of file W3DBibBuffer.h.
| Bool TBib::m_unused |
True if this bib is currently unused.
Definition at line 80 of file W3DBibBuffer.h.