@@ -123,10 +123,10 @@ Action shaderAction
123123 /// <param name="zLayer">Z Layer</param>
124124 /// <param name="scissorAction">Function which render in scissor mode</param>
125125 public static void ScissorMode (
126- int posX ,
127- int posY ,
128- int width ,
129- int height ,
126+ float posX ,
127+ float posY ,
128+ float width ,
129+ float height ,
130130 InstructionSource source ,
131131 float zLayer ,
132132 Action scissorAction
@@ -185,10 +185,10 @@ float zLayer
185185 /// <param name="source">Instruction Source</param>
186186 /// <param name="zLayer">Z Layer</param>
187187 public static void DrawRectangle (
188- int posX ,
189- int posY ,
190- int width ,
191- int height ,
188+ float posX ,
189+ float posY ,
190+ float width ,
191+ float height ,
192192 Utils . Color color ,
193193 InstructionSource source ,
194194 float zLayer
@@ -214,7 +214,7 @@ float zLayer
214214 /// <param name="zLayer">Z Layer</param>
215215 public static void DrawRectangleLines (
216216 Rect rect ,
217- int borderSize ,
217+ float borderSize ,
218218 Utils . Color borderColor ,
219219 InstructionSource source ,
220220 float zLayer
@@ -240,8 +240,8 @@ float zLayer
240240 /// <param name="source">Instruction Source</param>
241241 /// <param name="zLayer">Z Layer</param>
242242 public static void DrawCircleLines (
243- int posX ,
244- int posY ,
243+ float posX ,
244+ float posY ,
245245 float radius ,
246246 Utils . Color borderColor ,
247247 InstructionSource source ,
@@ -309,8 +309,8 @@ public static void DrawText(
309309 Vec2 position ,
310310 Vec2 origin ,
311311 float rotation ,
312- int fontSize ,
313- int spacing ,
312+ float fontSize ,
313+ float spacing ,
314314 Utils . Color color ,
315315 InstructionSource source ,
316316 float zLayer
@@ -351,8 +351,8 @@ public static void DrawText(
351351 Font font ,
352352 string text ,
353353 Vec2 position ,
354- int fontSize ,
355- int spacing ,
354+ float fontSize ,
355+ float spacing ,
356356 Utils . Color color ,
357357 InstructionSource source ,
358358 float zLayer
0 commit comments