FXGL
FXGL copied to clipboard
How can I add a click event to a 3d entity when I set settings.set3D(true)
I have tried using entity.getViewComponent().addOnClickHandler and entityBuilder().onClick, but it seems that these methods do not work.