CrisisAtSwissStation.ScrollingWorld.getGameCoords C# (CSharp) Метод

getGameCoords() публичный Метод

public getGameCoords ( Vector2 myScreenCoords ) : Vector2
myScreenCoords Vector2
Результат Vector2
        public Vector2 getGameCoords(Vector2 myScreenCoords)
        {
            return (getScreenOrigin() + (myScreenCoords / CASSWorld.SCALE));
        }