The individual data for a prop type. More...
#include <W3DPropBuffer.h>
Public Attributes | |
| RenderObjClass * | m_robj |
| Render object for this kind of prop. | |
| AsciiString | m_robjName |
| Name of the render obj. | |
| SphereClass | m_bounds |
| Bounding boxes for the base prop models. | |
The individual data for a prop type.
Definition at line 86 of file W3DPropBuffer.h.
| SphereClass TPropType::m_bounds |
Bounding boxes for the base prop models.
Definition at line 89 of file W3DPropBuffer.h.
| RenderObjClass* TPropType::m_robj |
Render object for this kind of prop.
Definition at line 87 of file W3DPropBuffer.h.
| AsciiString TPropType::m_robjName |
Name of the render obj.
Definition at line 88 of file W3DPropBuffer.h.