Namespace Stride.Engine.FlexibleProcessing
Classes
Interfaces
- IComponent<TProcessor, TThis>
Defines a Processor/component or system/component relationship, EntityComponent implementing this interface will be sent to the
TProcessor
defined. Enabling component addition and removal tracking as well as batching operations over components.
- IMarkedComponent
Dummy interface used to quickly filter out components that aren't marked for processing, do not use.