screenToWorld method
Vector2
screenToWorld(
- Vector2 argScreen
inherited
Takes the screen coordinates (argScreen) and returns the world coordinates.
Implementation
Vector2 screenToWorld(Vector2 argScreen) => viewport.screenToWorld(argScreen);