IMonoPreRenderSystem

Namespace: Murder.Core.Graphics
Assembly: Murder.dll

public abstract IMonoPreRenderSystem : IRenderSystem, ISystem

System called right before rendering.

Implements: IRenderSystem, ISystem

⭐ Methods

BeforeDraw(Context)

public abstract void BeforeDraw(Context context)

Called before rendering starts. This gets called before the SpriteBatch.Begin() and SpriteBatch.End() starts.

Parameters
context Context