toggle menu
ktaf
1.5.2
jvm
switch theme
search in API
ktaf
/
com.github.benpollarduk.ktaf.rendering
/
FramePosition
Frame
Position
data
class
FramePosition
(
val
x
:
Int
,
val
y
:
Int
)
Provides a 2D integer point with a specified
x
and
y
.
Members
Constructors
Frame
Position
Link copied to clipboard
constructor
(
x
:
Int
,
y
:
Int
)
Properties
x
Link copied to clipboard
val
x
:
Int
y
Link copied to clipboard
val
y
:
Int