Create a processor for composition key chains.
Two instances are created by PipelineManager — one for the layer phase (affectOverlay = true) and one for the page phase (affectOverlay = false). Both read the shared CompositionEngine instance from PipelineContext.compositionEngine.
PipelineManager
true
false
Which pipeline phase this instance serves.
A PipelineProcessor for the composition stage.
Create a processor for composition key chains.
Two instances are created by
PipelineManager— one for the layer phase (affectOverlay =true) and one for the page phase (affectOverlay =false). Both read the shared CompositionEngine instance from PipelineContext.compositionEngine.