Table of Contents

Namespace Stride.Engine.FlexibleProcessing

Classes

ProcessorManager

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.

IComponent<TProcessor, TThis>.IProcessor
IDrawProcessor
IMarkedComponent

Dummy interface used to quickly filter out components that aren't marked for processing, do not use.

IProcessorBase
IUpdateProcessor