Interface IDrawProcessor
- Namespace
- Stride.Engine.FlexibleProcessing
- Assembly
- Stride.Engine.dll
public interface IDrawProcessor
Properties
Order
The order of the processor, smaller values execute first
int Order { get; }
Property Value
Remarks
Only evaluated once after instantiation
Methods
Draw(RenderContext)
void Draw(RenderContext context)
Parameters
context
RenderContext