space-engineers-api
0.9.0
common
space-engineers-api
/
spaceEngineers.graph
/
DataNode
Data
Node
common
@
Serializable
data
class
DataNode
<
NodeId
,
NodeData
>
(
val
id
:
NodeId
,
val
data
:
NodeData
)
:
Node
<
NodeId
,
NodeData
>
Content copied to clipboard
Constructors
Properties
Constructors
Data
Node
Link copied to clipboard
common
fun
<
NodeId
,
NodeData
>
DataNode
(
id
:
NodeId
,
data
:
NodeData
)
Content copied to clipboard
Properties
data
Link copied to clipboard
common
open
override
val
data
:
NodeData
Content copied to clipboard
id
Link copied to clipboard
common
open
override
val
id
:
NodeId
Content copied to clipboard