GameStageModule

@Module
open class GameStageModule

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@Provides
open fun getCamera(@Named(value = "gameStage") stage: Stage): Camera
Link copied to clipboard
@Provides
open fun getLogger(skin: Skin, playerSystem: PlayerSystem): Logger
Link copied to clipboard
@Provides
open fun getSkin(assetManager: AssetManager): Skin
Link copied to clipboard
@Provides
@Named(value = "gameStage")
open fun getStage(): Stage
Link copied to clipboard
@Provides
@Named(value = "uiCamera")
open fun getUICamera(@Named(value = "uiStage") stage: Stage): Camera
Link copied to clipboard
@Provides
@Named(value = "uiStage")
open fun uiStage(): Stage