NL3D::CMeshBase::CLightMapInfoList::CMatStage Class Reference

#include <mesh_base.h>


Public Member Functions

void serial (NLMISC::IStream &f)

Data Fields

uint8 MatId
uint8 StageId


Member Function Documentation

void NL3D::CMeshBase::CLightMapInfoList::CMatStage::serial NLMISC::IStream f  )  [inline]
 

Definition at line 92 of file mesh_base.h.

References MatId, NLMISC::IStream::serial(), NLMISC::IStream::serialVersion(), and StageId.

00093                         {
00094                                 f.serialVersion (0);
00095                                 f.serial(MatId);
00096                                 f.serial(StageId);
00097                         }


Field Documentation

uint8 NL3D::CMeshBase::CLightMapInfoList::CMatStage::MatId
 

Definition at line 87 of file mesh_base.h.

Referenced by serial().

uint8 NL3D::CMeshBase::CLightMapInfoList::CMatStage::StageId
 

Definition at line 90 of file mesh_base.h.

Referenced by serial().


The documentation for this class was generated from the following file:
Generated on Tue Mar 16 06:51:14 2004 for NeL by doxygen 1.3.6