ktConfig
Toggle table of contents
1.0.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
ktConfig
ktConfig
/
dev.s7a.ktconfig.model
/
IntVector2
Int
Vector2
data
class
IntVector2
(
val
x
:
Int
,
val
y
:
Int
)
Two-dimensional integer vector.
Since
1.0.0
Members
Constructors
Int
Vector2
Link copied to clipboard
constructor
(
x
:
Int
,
y
:
Int
)
Types
Serializer
Link copied to clipboard
object
Serializer
:
KtConfigSerializer
<
String
,
IntVector2
>
Serializer of
IntVector2
separated by commas.
Properties
x
Link copied to clipboard
val
x
:
Int
y
Link copied to clipboard
val
y
:
Int