mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-02-18 18:11:13 +00:00
@ Forgot to expose RenderRectangleFilled to plugins. Added now.
This commit is contained in:
parent
068ea01e84
commit
578259fe67
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ namespace CodeImp.DoomBuilder.Rendering
|
|||
void RenderThingSet(ICollection<Thing> things, float alpha);
|
||||
void RenderRectangle(RectangleF rect, float bordersize, PixelColor c, bool transformrect);
|
||||
void RenderRectangleFilled(RectangleF rect, PixelColor c, bool transformrect);
|
||||
void RenderRectangleFilled(RectangleF rect, PixelColor c, bool transformrect, ImageData texture);
|
||||
void RenderLine(Vector2D start, Vector2D end, float thickness, PixelColor c, bool transformcoords);
|
||||
void RenderText(TextLabel text);
|
||||
void RenderGeometry(FlatVertex[] vertices, ImageData texture, bool transformcoords);
|
||||
|
|
Loading…
Reference in a new issue