#include <external/RadixEngine/include/radix/component/Trigger.hpp>
Inherits radix::Component.
radix::Trigger::Trigger |
( |
Entity & |
ent | ) |
|
radix::Trigger::~Trigger |
( |
| ) |
|
btGhostObject * radix::Trigger::getBulletGhostObject |
( |
| ) |
|
const char* radix::Trigger::getName |
( |
| ) |
const |
|
inlinevirtual |
TypeId radix::Trigger::getTypeId |
( |
| ) |
const |
|
inlinevirtual |
void radix::Trigger::onEnter |
( |
BaseGame * |
game | ) |
|
|
inline |
void radix::Trigger::onExit |
( |
BaseGame * |
game | ) |
|
|
inline |
void radix::Trigger::onMove |
( |
BaseGame * |
game | ) |
|
|
inline |
void radix::Trigger::onUpdate |
( |
BaseGame * |
game | ) |
|
|
inline |
void radix::Trigger::serialize |
( |
serine::Archiver & |
ar | ) |
|
|
inline |
void radix::Trigger::setActionOnEnter |
( |
Action |
action | ) |
|
void radix::Trigger::setActionOnExit |
( |
Action |
action | ) |
|
void radix::Trigger::setActionOnMove |
( |
Action |
action | ) |
|
void radix::Trigger::setActionOnUpdate |
( |
Action |
action | ) |
|
Action radix::Trigger::actionOnEnter |
Action radix::Trigger::actionOnExit |
Action radix::Trigger::actionOnMove |
Action radix::Trigger::actionOnUpdate |
btGhostObject* radix::Trigger::ghostObject |
|
private |
std::shared_ptr<btConvexShape> radix::Trigger::shape |
The documentation for this class was generated from the following files: