29 #ifndef _SOBCenterpoint_H__ 30 #define _SOBCenterpoint_H__ 50 { this->figureTemplate_ = newTemplate;
53 {
return this->figureTemplate_; }
57 { this->cameraOffset_ = cameraOffset; }
59 {
return cameraOffset_; }
#define _SOBExport
Definition: SOBPrereqs.h:60
The StaticEntity is the simplest derivative of the orxonox::WorldEntity class.
Definition: StaticEntity.h:50
void setCameraOffset(const float cameraOffset)
Definition: SOBCenterpoint.h:56
::std::string string
Definition: gtest-port.h:756
void setFigureTemplate(const std::string &newTemplate)
Definition: SOBCenterpoint.h:49
std::string figureTemplate_
Definition: SOBCenterpoint.h:65
xmlelement
Definition: Super.h:519
Die Wagnis Klasse hat die folgenden Aufgaben:
Definition: ApplicationPaths.cc:66
Mode
Definition: CorePrereqs.h:102
float cameraOffset_
Definition: SOBCenterpoint.h:68
float getCameraOffset() const
Definition: SOBCenterpoint.h:58
The SOBCenterpoint is a StaticEntity which represents the level of the minigame.
Definition: SOBCenterpoint.h:42
Shared library macros, enums, constants and forward declarations for the SOB module ...
virtual ~SOBCenterpoint()
Definition: SOBCenterpoint.h:46
const std::string & getFigureTemplate() const
Definition: SOBCenterpoint.h:52