TilemapNoFloorRenderSystem
Namespace: Murder.Systems.Graphics
Assembly: Murder.dll
public class TilemapNoFloorRenderSystem : IMurderRenderSystem, IRenderSystem, ISystem
Draws only the Tilemap and not the floor. Will still draw aditional tiles on floor tiles, like reflections.
Implements: IMurderRenderSystem, IRenderSystem, ISystem
⭐ Constructors
public TilemapNoFloorRenderSystem()
⭐ Methods
Draw(RenderContext, Context)
public virtual void Draw(RenderContext render, Context context)
Parameters
render
RenderContext
context
Context
⚡