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