|
VR-Engage
2.2
|
This structure stores statistics about message dispatching activity, including the number of messages dispatched in the current frame and the types of messages that were dispatched.
#include <vreMessageManager.h>
Public Attributes | |
| int | messagesDispatchedThisFrame |
| std::vector< std::string > | messageTypesDispatched |
| int makVre::DtVreMessageManager::EventStats::messagesDispatchedThisFrame |
Number of messages dispatched in the current frame.
| std::vector<std::string> makVre::DtVreMessageManager::EventStats::messageTypesDispatched |
List of message types that were dispatched.