Exemplo n.º 1
0
 internal void DrawRect_Internal(Rect screenRect, Color color, Vector4 borderWidths, Vector4 borderRadiuses)
 {
     StylePainter.INTERNAL_CALL_DrawRect_Internal(this, ref screenRect, ref color, ref borderWidths, ref borderRadiuses);
 }
Exemplo n.º 2
0
 public void DrawRect_Internal(Rect screenRect, Color color, float borderWidth, float borderRadius)
 {
     StylePainter.INTERNAL_CALL_DrawRect_Internal(this, ref screenRect, ref color, borderWidth, borderRadius);
 }