FXGL icon indicating copy to clipboard operation
FXGL copied to clipboard

How can I add a click event to a 3d entity when I set settings.set3D(true)

Open cnless opened this issue 8 months ago • 2 comments

I have tried using entity.getViewComponent().addOnClickHandler and entityBuilder().onClick, but it seems that these methods do not work.

cnless avatar Jun 13 '24 14:06 cnless