|
VR-Engage
2.2
|
This class extends the base VRv stealth configuration to provide VREngage-specific configuration settings, particularly focusing on SensorFX integration and related options.
#include <vreConfiguration.h>
Public Member Functions | |
| DtVreConfiguration () | |
| virtual | ~DtVreConfiguration () override |
| virtual void | setupSensorFxConfiguration () |
| void | setUsingSensorFx (bool setSfx) |
| void | setSensorFxFilename (const DtFilename &filename) |
| void | setSensorFxFilename (const std::string &filename) |
| bool | isSensorFxEnabled () const |
| const DtFilename & | getSensorFxFilename () const |
Protected Attributes | |
| bool | mySfxEnabled |
| DtFilename | mySfxFilename |
| makVre::DtVreConfiguration::DtVreConfiguration | ( | ) |
Default constructor.
Initializes default configuration values for VREngage
|
overridevirtual |
Destructor.
|
virtual |
Sets up SensorFX configuration if enabled.
Loads the SensorFX DLL and "default_Sensors.sfx" file if SensorFX is enabled
|
inline |
Enables or disables SensorFX.
| setSfx | True to enable SensorFX, false to disable |
References mySfxEnabled.
|
inline |
Sets the SensorFX DLL filename.
| filename | Path to the SensorFX DLL as a DtFilename |
References mySfxFilename.
|
inline |
Sets the SensorFX DLL filename.
| filename | Path to the SensorFX DLL as a string |
References mySfxFilename.
|
inline |
Checks if SensorFX is enabled.
References mySfxEnabled.
|
inline |
Gets the SensorFX DLL filename.
References mySfxFilename.
|
protected |
Flag indicating if SensorFX is enabled.
Referenced by isSensorFxEnabled(), and setUsingSensorFx().
|
protected |
Path to the SensorFX DLL.
Referenced by getSensorFxFilename(), setSensorFxFilename(), and setSensorFxFilename().