#include <SO3EnvironmentComponent.h>
Public Member Functions | |
| SEnvironmentComponent (SEnvironment *parent, std::string environmentComponentName) | |
| ~SEnvironmentComponent () | |
| virtual void | Update (Ogre::Real updateTime)=0 |
| SEnvironment * | GetEnvironment () |
Protected Attributes | |
| SEnvironment * | parentEnvironment |
Abstract class.
Definition at line 46 of file SO3EnvironmentComponent.h.
| SO3::SEnvironmentComponent::SEnvironmentComponent | ( | SEnvironment * | parent, | |
| std::string | environmentComponentName | |||
| ) |
Definition at line 40 of file SO3EnvironmentComponent.cpp.
| SO3::SEnvironmentComponent::~SEnvironmentComponent | ( | ) |
Definition at line 50 of file SO3EnvironmentComponent.cpp.
| SEnvironment * SO3::SEnvironmentComponent::GetEnvironment | ( | ) |
Definition at line 55 of file SO3EnvironmentComponent.cpp.
| virtual void SO3::SEnvironmentComponent::Update | ( | Ogre::Real | updateTime | ) | [pure virtual] |
Implemented in SO3::SSky, and SO3::SWater.
Definition at line 50 of file SO3EnvironmentComponent.h.
1.6.3