Пример #1
0
 public ConsoleRenderer(IWangMap <WangBlobTile> map, in int width, in int height) : base(map, width, height)
Пример #2
0
 protected BaseRenderer(IWangMap <T> map, in int width, in int height)
Пример #3
0
 public BitmapRenderer(IWangMap <WangBlobTile> map, in int width, in int height, BitmapTheme theme) : base(map, in width, in height)
Пример #4
0
 public Quake3Renderer(IWangMap <WangBlobTile> map, in int width, in int height) : base(map, in width, in height)