HoverRace  2.0
Public Member Functions | Public Attributes | List of all members
HoverRace::Model::Level::Section Struct Reference

#include <Level.h>

+ Inheritance diagram for HoverRace::Model::Level::Section:

Public Member Functions

 Section ()
 
 ~Section ()
 
void SerializeStructure (Parcel::ObjStream &pArchive)
 

Public Attributes

MR_Int32 mCeilingLevel
 
std::shared_ptr< SurfaceElementmCeilingTexture
 
MR_Int32 mFloorLevel
 
std::shared_ptr< SurfaceElementmFloorTexture
 
MR_2DCoordinate mMax
 
MR_2DCoordinate mMin
 
int mNbVertex
 
MR_2DCoordinatemVertexList
 
MR_Int32mWallLen
 
std::vector< std::shared_ptr< SurfaceElement > > mWallTexture
 

Constructor & Destructor Documentation

HoverRace::Model::Level::Section::Section ( )
HoverRace::Model::Level::Section::~Section ( )

Member Function Documentation

void HoverRace::Model::Level::Section::SerializeStructure ( Parcel::ObjStream pArchive)

Member Data Documentation

MR_Int32 HoverRace::Model::Level::Section::mCeilingLevel
std::shared_ptr<SurfaceElement> HoverRace::Model::Level::Section::mCeilingTexture
MR_Int32 HoverRace::Model::Level::Section::mFloorLevel
std::shared_ptr<SurfaceElement> HoverRace::Model::Level::Section::mFloorTexture
MR_2DCoordinate HoverRace::Model::Level::Section::mMax
MR_2DCoordinate HoverRace::Model::Level::Section::mMin
int HoverRace::Model::Level::Section::mNbVertex
MR_2DCoordinate* HoverRace::Model::Level::Section::mVertexList
MR_Int32* HoverRace::Model::Level::Section::mWallLen
std::vector<std::shared_ptr<SurfaceElement> > HoverRace::Model::Level::Section::mWallTexture

The documentation for this struct was generated from the following files: