(&mut self, node: NodeID, draw: UiDraw)
| 444 | UiDraw::NineSlice(UiNineSliceDraw { |
| 445 | rect, |
| 446 | clip_rect, |
| 447 | texture, |
| 448 | tint, |
| 449 | uv_min, |
| 450 | uv_max, |
| 451 | margins, |
| 452 | texture_size: [0, 0], |
| 453 | }), |
| 454 | ), |
| 455 | UiCommand::UpsertTextEdit { |
no test coverage detected