#include <external/RadixEngine/include/radix/system/System.hpp>
Inherited by glPortal::PortalSystem, radix::PhysicsSystem, and radix::PlayerSystem.
radix::System::System |
( |
World & |
w | ) |
|
|
inline |
virtual const char* radix::System::getName |
( |
| ) |
const |
|
pure virtual |
template<typename T >
static TypeId radix::System::getTypeId |
( |
| ) |
|
|
inlinestatic |
Gets a component's type ID.
- Parameters
-
virtual TypeId radix::System::getTypeId |
( |
| ) |
const |
|
pure virtual |
virtual bool radix::System::runsAfter |
( |
const System & |
| ) |
|
|
inlinevirtual |
virtual bool radix::System::runsBefore |
( |
const System & |
| ) |
|
|
inlinevirtual |
virtual void radix::System::update |
( |
TDelta |
dtime | ) |
|
|
pure virtual |
World& radix::System::world |
|
protected |
The documentation for this class was generated from the following file:
- external/RadixEngine/include/radix/system/System.hpp