Cogs.Core
Public Attributes | List of all members
Cogs::Core::DynamicComponentSystem::DispatchInfo Struct Reference

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::Methodmethod
 
DynamicTypeInfotypeInfo
 

Detailed Description

Defines an update aware component and the method which to call during the update phase.

Definition at line 58 of file DynamicComponentSystem.h.

Member Data Documentation

◆ component

ComponentModel::ComponentHandle Cogs::Core::DynamicComponentSystem::DispatchInfo::component

Handle to the component to invoke.

Definition at line 61 of file DynamicComponentSystem.h.

◆ method

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.

◆ typeInfo

DynamicTypeInfo* Cogs::Core::DynamicComponentSystem::DispatchInfo::typeInfo

Definition at line 67 of file DynamicComponentSystem.h.


The documentation for this struct was generated from the following file: