#include <external/RadixEngine/include/radix/component/Player.hpp>
Inherits radix::Component.
radix::Player::Player |
( |
Entity & |
ent | ) |
|
- Todo:
- Move this to systems and add a dependency model
radix::Player::~Player |
( |
| ) |
|
template<typename T >
T& radix::Player::addTask |
( |
| ) |
|
|
inline |
Quaternion radix::Player::getBaseHeadOrientation |
( |
| ) |
const |
Quaternion radix::Player::getHeadOrientation |
( |
| ) |
const |
const char* radix::Player::getName |
( |
| ) |
const |
|
inlinevirtual |
TypeId radix::Player::getTypeId |
( |
| ) |
const |
|
inlinevirtual |
void radix::Player::removeTask |
( |
int |
id | ) |
|
void radix::Player::serialize |
( |
serine::Archiver & |
ar | ) |
|
bool radix::Player::flying |
bool radix::Player::frozen |
bool radix::Player::noclip |
btPairCachingGhostObject* radix::Player::obj |
std::shared_ptr<btConvexShape> radix::Player::shape |
float radix::Player::speed |
float radix::Player::stepCounter |
The documentation for this class was generated from the following files:
- external/RadixEngine/include/radix/component/Player.hpp
- external/RadixEngine/source/component/Player.cpp