TextureWithBitmapSlice

data class TextureWithBitmapSlice(val texture: BmpSlice, val bitmapSlice: BmpSlice, val scale: Double, val bounds: Rectangle)

A texture wrap that includes scale and bounds information. Used internally for atlases.

Constructors

Link copied to clipboard
constructor(texture: BmpSlice, bitmapSlice: BmpSlice, scale: Double, bounds: Rectangle)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard