SunsetHigh.InGameMenu.popOut C# (CSharp) Method

popOut() private static method

private static popOut ( ) : void
return void
        private static void popOut()
        {
            menuBody.popOut();
            menuArrow.setPopLocations(menuBody.getHideX() + menuBody.getCurrentEntry().getX() - 25,
                menuBody.getHideY() + menuBody.getCurrentEntry().getY(),
                menuArrow.getX(), menuArrow.getY());        //NOTE: constants
            menuArrow.popOut();
        }