Table of Contents

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

int

Remarks

Only evaluated once after instantiation

Methods

Draw(RenderContext)

void Draw(RenderContext context)

Parameters

context RenderContext