public class DrawableComponent extends Component
| Constructor and Description |
|---|
DrawableComponent(BiConsumer<javafx.scene.canvas.GraphicsContext,Entity> drawingFunction) |
| Modifier and Type | Method and Description |
|---|---|
void |
draw(javafx.scene.canvas.GraphicsContext g) |
public DrawableComponent(BiConsumer<javafx.scene.canvas.GraphicsContext,Entity> drawingFunction)
Copyright © 2018. All rights reserved.