#include <K3dBoxWork.h>
Inheritance diagram for K3dBoxWork:
Public Member Functions | |
K3dBoxWork (K3dGameData *_pGameData) | |
~K3dBoxWork () | |
Private Attributes | |
K3dGameData * | m_pGameData |
Global game data, data centered game system. |
Definition at line 39 of file K3dBoxWork.h.
K3dBoxWork::K3dBoxWork | ( | K3dGameData * | _pGameData | ) |
Definition at line 34 of file K3dBoxWork.cpp.
References m_pGameData, and K3dSceneData::SetBoxWork().
K3dBoxWork::~K3dBoxWork | ( | ) |
Definition at line 41 of file K3dBoxWork.cpp.
K3dGameData* K3dBoxWork::m_pGameData [private] |
Global game data, data centered game system.
Reimplemented in K3dBoxBuild, K3dObjectBuild, K3dScene, K3dMngGeometry, and K3dMngSystem.
Definition at line 41 of file K3dBoxWork.h.
Referenced by K3dBoxWork().