|
VR-Engage
2.2
|
ScenarioEvent encapsulates the information about a single scenario event, including its user-friendly name and unique identifier.
#include <scenarioEventManager.h>
Public Member Functions | |
| ScenarioEvent (const std::string &newName, const std::string &newUuid) | |
Public Attributes | |
| std::string | name |
| std::string | uuid |
|
inline |
| std::string makVre::DtScenarioEventManager::ScenarioEvent::name |
Display name of the event.
Referenced by ScenarioEvent().
| std::string makVre::DtScenarioEventManager::ScenarioEvent::uuid |
Unique identifier for the event.
Referenced by ScenarioEvent().