LevelBgImage
data class LevelBgImage(val topLeftX: Int, val topLeftY: Int, val scaleX: Float, val scaleY: Float, val cropRect: LDtkLevel.CropRect, val slice: TextureSlice)
Constructors
Link copied to clipboard
fun LevelBgImage(topLeftX: Int, topLeftY: Int, scaleX: Float, scaleY: Float, cropRect: LDtkLevel.CropRect, slice: TextureSlice)