SunsetHigh.InGameMenu.popIn C# (CSharp) Method

popIn() private static method

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