littlekt
0.6.0
common
core
/
com.lehaine.littlekt.util
/
Scaler
Scaler
sealed
class
Scaler
Author
Colton Daily
Types
Functions
Inheritors
Types
Fill
Link copied to clipboard
class
Fill
:
Scaler
Fill
X
Link copied to clipboard
class
FillX
:
Scaler
Fill
Y
Link copied to clipboard
class
FillY
:
Scaler
Fit
Link copied to clipboard
class
Fit
:
Scaler
None
Link copied to clipboard
class
None
:
Scaler
Stretch
Link copied to clipboard
class
Stretch
:
Scaler
Stretch
X
Link copied to clipboard
class
StretchX
:
Scaler
Stretch
Y
Link copied to clipboard
class
StretchY
:
Scaler
Functions
apply
Link copied to clipboard
abstract
fun
apply
(
sourceWidth
:
Float
,
sourceHeight
:
Float
,
targetWidth
:
Float
,
targetHeight
:
Float
)
:
Vec2f
fun
apply
(
sourceWidth
:
Int
,
sourceHeight
:
Int
,
targetWidth
:
Int
,
targetHeight
:
Int
)
:
Vec2f
Inheritors
Fit
Link copied to clipboard
Fill
Link copied to clipboard
FillX
Link copied to clipboard
FillY
Link copied to clipboard
Stretch
Link copied to clipboard
StretchX
Link copied to clipboard
StretchY
Link copied to clipboard
None
Link copied to clipboard