Searched refs:backgroundRender (Results 1 – 1 of 1) sorted by relevance
86 RenderComponent backgroundRender = new RenderComponent(); in buildBackground() local87 backgroundRender.setPriority(SortConstants.BACKGROUND_START); in buildBackground()99 scroller3.setRenderComponent(backgroundRender); in buildBackground()110 backgroundRender.setCameraRelative(false); in buildBackground()113 background.add(backgroundRender); in buildBackground()151 RenderComponent backgroundRender = new RenderComponent(); in addTileMapLayer() local152 backgroundRender.setPriority(priority); in addTileMapLayer()174 scroller.setRenderComponent(backgroundRender); in addTileMapLayer()177 background.add(backgroundRender); in addTileMapLayer()178 backgroundRender.setCameraRelative(false); in addTileMapLayer()