example.md 363 B


tags: render title: Screen to World brief: This example shows how to convert from screen to world coordinates while using a camera. author: Defold Foundation

scripts: bee.script

The bee.script uses the camera.screen_to_world() function to convert from screen space coordinates to world coordinates using the view and projection of a camera component.