Ejemplo n.º 1
0
 public void Draw(DrawingHandleScreen handle, UIBox2 box)
 {
     if (GameController.OnGodot)
     {
         GodotStyleBox.Draw(handle.Item, box.Convert());
     }
     else
     {
         DoDraw(handle, box);
     }
 }
Ejemplo n.º 2
0
 protected abstract void DoDraw(DrawingHandleScreen handle, UIBox2 box);