AddRoadPathRecipeStep
Defined in: packages/declarative-hex-worlds/src/scenario/recipe.ts:172
Recipe step that lays road surfaces along a coordinate path.
Properties
Section titled “Properties”action
Section titled “action”action:
"addRoadPath"
Defined in: packages/declarative-hex-worlds/src/scenario/recipe.ts:174
Discriminator for road path creation.
path: readonly
HexCoordinates[]
Defined in: packages/declarative-hex-worlds/src/scenario/recipe.ts:176
Ordered coordinates along the road.
slope?
Section titled “slope?”
optionalslope?:RoadSlope
Defined in: packages/declarative-hex-worlds/src/scenario/recipe.ts:178
Optional road slope variant for the path.