(Box root)
| 24 | |
| 25 | |
| 26 | public Meshes(Box root) { |
| 27 | this.properties.putToList(Drawing.drawers, this); |
| 28 | Optional<FieldBoxWindow> w = root.find(Boxes.window, root.both()) |
| 29 | .findFirst(); |
| 30 | this.properties.put(windowScene, w.get().getCompositor().getLayer("__main__").getScene()); |
| 31 | } |
| 32 | |
| 33 | @Override |
| 34 | public void draw(DrawingInterface context) { |