Subpath

data class Subpath(val startingPosition: MapPoint, val segments: List<Path.Subpath.Segment>, val terrainId: TerrainId)

Constructors

Link copied to clipboard
constructor(startingPosition: MapPoint, segments: List<Path.Subpath.Segment>, terrainId: TerrainId)

Types

Link copied to clipboard
sealed class Segment

Properties

Link copied to clipboard

The remaining path segments.

Link copied to clipboard

The starting position of the subpath.

Link copied to clipboard

The terrain the subpath exists on.