VR-Engage  2.2
Loading...
Searching...
No Matches
playerComponent.h File Reference
Include dependency graph for playerComponent.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  makVre::DtPlayerComponent
 

Namespaces

namespace  makVrv
 
namespace  makVre
 
namespace  makVre::PlayerComponentConfig
 

Variables

constexpr const char * makVre::PlayerComponentConfig::initAttributes = "initAttributes"
 
constexpr const char * makVre::PlayerComponentConfig::name = "name"
 

Detailed Description

This file contains the base class that all role components in VR-Engage must inherit from. Components provide specific functionality for roles, such as movement, weapons, sensors, and user interface elements. The component system allows roles to be composed from reusable building blocks.