space-engineers-api
0.9.0
common
space-engineers-api
/
spaceEngineers.navigation
/
NavGraph
Nav
Graph
common
@
Serializable
data
class
NavGraph
(
val
nodes
:
List
<
Node
>
=
emptyList()
,
val
edges
:
List
<
Edge
>
=
emptyList()
)
Content copied to clipboard
Constructors
Functions
Properties
Extensions
Constructors
Nav
Graph
Link copied to clipboard
common
fun
NavGraph
(
nodes
:
List
<
Node
>
=
emptyList()
,
edges
:
List
<
Edge
>
=
emptyList()
)
Content copied to clipboard
Functions
to
Directed
Graph
Link copied to clipboard
common
fun
toDirectedGraph
(
)
:
DirectedGraph
<
BlockId
,
Vec3F
,
String
,
String
>
Content copied to clipboard
Properties
edges
Link copied to clipboard
common
val
edges
:
List
<
Edge
>
Content copied to clipboard
nodes
Link copied to clipboard
common
val
nodes
:
List
<
Node
>
Content copied to clipboard
Extensions
to
Rich
Graph
Link copied to clipboard
common
fun
NavGraph
.
toRichGraph
(
)
:
RichNavGraph
Content copied to clipboard