geary
0.22.11
common
geary-core
/
com.mineinabyss.geary.systems.accessors
/
RelationWithData
Relation
With
Data
data
class
RelationWithData
<
K
:
Component
?
,
T
:
Component
?
>
(
val
data
:
K
,
val
targetData
:
T
,
val
relation
:
Relation
)
Members
Constructors
Relation
With
Data
Link copied to clipboard
constructor
(
data
:
K
,
targetData
:
T
,
relation
:
Relation
)
Properties
data
Link copied to clipboard
val
data
:
K
kind
Link copied to clipboard
val
kind
:
Entity
relation
Link copied to clipboard
val
relation
:
Relation
target
Link copied to clipboard
val
target
:
Entity
target
Data
Link copied to clipboard
val
targetData
:
T