#include <K3dCameraObj.h>
Inheritance diagram for K3dCameraObj:
Public Member Functions | |
K3dCameraObj (K3dGameData *_pGameData) | |
~K3dCameraObj () | |
K3dString & | GetName () |
Get or set camera name. | |
int & | GetId () |
Get or set camera index. | |
Private Attributes | |
K3dString | m_strName |
int | m_iId |
Camera index in global game data. |
Definition at line 36 of file K3dCameraObj.h.
K3dCameraObj::K3dCameraObj | ( | K3dGameData * | _pGameData | ) |
Definition at line 34 of file K3dCameraObj.cpp.
References K_STR_CAMERA_NO_DEF, m_iId, and m_strName.
K3dCameraObj::~K3dCameraObj | ( | ) |
Definition at line 40 of file K3dCameraObj.cpp.
K3dString& K3dCameraObj::GetName | ( | ) | [inline] |
int& K3dCameraObj::GetId | ( | ) | [inline] |
K3dString K3dCameraObj::m_strName [private] |
int K3dCameraObj::m_iId [private] |
Camera index in global game data.
Definition at line 40 of file K3dCameraObj.h.
Referenced by GetId(), and K3dCameraObj().