CrisisAtSwissStation.ScrollingWorld.getGameCoords C# (CSharp) 메소드

getGameCoords() 공개 메소드

public getGameCoords ( Vector2 myScreenCoords ) : Vector2
myScreenCoords Vector2
리턴 Vector2
        public Vector2 getGameCoords(Vector2 myScreenCoords)
        {
            return (getScreenOrigin() + (myScreenCoords / CASSWorld.SCALE));
        }