![]() |
VR-Forces 4.10 Class Documentation
|
DtCameraShakeCreator is the common base class for all camera shake creators. More...

Public Member Functions | |
| DtCameraShakeCreator () | |
| CTOR. More... | |
| virtual | ~DtCameraShakeCreator () |
| DTOR. More... | |
Protected Member Functions | |
| virtual DtCameraShake * | create (DtDe &de, DtObserver &obs, const std::string &cameraShakeType)=0 |
| Create an instance of a DtCameraShake. More... | |
Friends | |
| class | DtCameraShakeFactory |
| Only the DtCameraShakeFactory can call create(). More... | |
DtCameraShakeCreator is the common base class for all camera shake creators.
| makVrv::DtCameraShakeCreator::DtCameraShakeCreator | ( | ) |
CTOR.
|
virtual |
DTOR.
|
protectedpure virtual |
Create an instance of a DtCameraShake.
Implemented in makVrv::DtContinuousCameraShakeCreator.
|
friend |
Only the DtCameraShakeFactory can call create().