TransportDirectedEdgeId (Struct)

Namespace: Wrld.Transport

A value type used to uniquely identify a TransportDirectedEdge on a transport network.

Fields

Name Type Description
CellKey TransportCellKey A key identifying the streamed tile cell in which the TransportDirectedEdge is located.
LocalDirectedEdgeId int An integer that is uniquely identifies the TransportDirectedEdge within the specified cell and network type.
NetworkType TransportNetworkType The network type to which the TransportDirectedEdge belongs.

Methods

TransportDirectedEdgeId MakeEmpty ()

Static factory method to create an empty instance representing a null-reference to a TransportDirectedEdge

Returns: The TransportDirectedEdgeId instance.

v0.8.17