toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge
/
korlibs.korge.render
/
TextureWithBitmapSlice
Texture
With
Bitmap
Slice
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.
Members
Constructors
Texture
With
Bitmap
Slice
Link copied to clipboard
constructor
(
texture
:
BmpSlice
,
bitmapSlice
:
BmpSlice
,
scale
:
Double
,
bounds
:
Rectangle
)
Properties
bitmap
Slice
Link copied to clipboard
val
bitmapSlice
:
BmpSlice
bounds
Link copied to clipboard
val
bounds
:
Rectangle
scale
Link copied to clipboard
val
scale
:
Double
texture
Link copied to clipboard
val
texture
:
BmpSlice