toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.image.text
/
Text2TextRendererActions
/
Entry
Entry
data
class
Entry
(
var
tex
:
BmpSlice
=
Bitmaps.transparent
,
var
x
:
Double
=
0.0
,
var
y
:
Double
=
0.0
,
var
sx
:
Double
=
1.0
,
var
sy
:
Double
=
1.0
,
var
rot
:
Angle
=
0.radians
)
Members
Constructors
Entry
Link copied to clipboard
constructor
(
tex
:
BmpSlice
=
Bitmaps.transparent
,
x
:
Double
=
0.0
,
y
:
Double
=
0.0
,
sx
:
Double
=
1.0
,
sy
:
Double
=
1.0
,
rot
:
Angle
=
0.radians
)
Properties
rot
Link copied to clipboard
var
rot
:
Angle
sx
Link copied to clipboard
var
sx
:
Double
sy
Link copied to clipboard
var
sy
:
Double
tex
Link copied to clipboard
var
tex
:
BmpSlice
x
Link copied to clipboard
var
x
:
Double
y
Link copied to clipboard
var
y
:
Double
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String