cubos::core::ecs::SystemContext struct

Context passed by the system caller to the fetchers.

Public variables

CommandBuffer& cmdBuffer
Command buffer to record commands to.
PluginQueue* pluginQueue
Plugin queue to add or remove plugins from.
Entity observedEntity
Entity which triggered the system, if it's an observer.