worldToScreen method
Vector2
worldToScreen(
- Vector2 argWorld
inherited
Takes the world coordinate and returns the screen coordinates.
Implementation
Vector2 worldToScreen(Vector2 argWorld) => viewport.worldToScreen(argWorld);