#include <ScreenOutdoors.h>
Inheritance diagram for ScreenOutdoors:
Public Member Functions | |
ScreenOutdoors () | |
ScreenOutdoors (const MString &name) | |
~ScreenOutdoors () | |
virtual void | Init () |
CLASS_RTTI (ScreenOutdoors, MercuryScreen) | |
Protected Attributes | |
MercurySkyBox * | m_pSkyBox |
MercuryLight | m_light |
Definition at line 17 of file ScreenOutdoors.h.
ScreenOutdoors::ScreenOutdoors | ( | ) | [inline] |
Definition at line 20 of file ScreenOutdoors.h.
ScreenOutdoors::ScreenOutdoors | ( | const MString & | name | ) | [inline] |
Definition at line 21 of file ScreenOutdoors.h.
ScreenOutdoors::~ScreenOutdoors | ( | ) |
Definition at line 8 of file ScreenOutdoors.cpp.
void ScreenOutdoors::Init | ( | ) | [virtual] |
Reimplemented from MercuryScreen.
Reimplemented in ScreenFPS, ScreenFPS2, and ScreenRallyRace.
Definition at line 14 of file ScreenOutdoors.cpp.
ScreenOutdoors::CLASS_RTTI | ( | ScreenOutdoors | , | |
MercuryScreen | ||||
) |
MercurySkyBox* ScreenOutdoors::m_pSkyBox [protected] |
Definition at line 27 of file ScreenOutdoors.h.
MercuryLight ScreenOutdoors::m_light [protected] |
Definition at line 28 of file ScreenOutdoors.h.