HoverRace
2.0
|
#include <Level.h>
Public Member Functions | |
void | SerializeStructure (Parcel::ObjStream &pArchive) |
![]() | |
Section () | |
~Section () | |
void | SerializeStructure (Parcel::ObjStream &pArchive) |
Public Attributes | |
int | mParentSectionIndex |
![]() | |
MR_Int32 | mCeilingLevel |
std::shared_ptr< SurfaceElement > | mCeilingTexture |
MR_Int32 | mFloorLevel |
std::shared_ptr< SurfaceElement > | mFloorTexture |
MR_2DCoordinate | mMax |
MR_2DCoordinate | mMin |
int | mNbVertex |
MR_2DCoordinate * | mVertexList |
MR_Int32 * | mWallLen |
std::vector< std::shared_ptr< SurfaceElement > > | mWallTexture |
void HoverRace::Model::Level::Feature::SerializeStructure | ( | Parcel::ObjStream & | pArchive | ) |
int HoverRace::Model::Level::Feature::mParentSectionIndex |