Cogs.Core
|
Defines an update aware component and the method which to call during the update phase. More...
Public Attributes | |
ComponentModel::ComponentHandle | component |
Handle to the component to invoke. | |
const Reflection::Method * | method |
DynamicTypeInfo * | typeInfo |
Defines an update aware component and the method which to call during the update phase.
Definition at line 58 of file DynamicComponentSystem.h.
ComponentModel::ComponentHandle Cogs::Core::DynamicComponentSystem::DispatchInfo::component |
Handle to the component to invoke.
Definition at line 61 of file DynamicComponentSystem.h.
const Reflection::Method* Cogs::Core::DynamicComponentSystem::DispatchInfo::method |
Pointer to the Method containing information on how to call a method on the given component.
Definition at line 65 of file DynamicComponentSystem.h.
DynamicTypeInfo* Cogs::Core::DynamicComponentSystem::DispatchInfo::typeInfo |
Definition at line 67 of file DynamicComponentSystem.h.