ScatterDecorationOptions
Defined in: packages/declarative-hex-worlds/src/gameboard/plan.ts:686
Options for seeded random decoration scatter.
Extended by
Section titled “Extended by”Properties
Section titled “Properties”assets
Section titled “assets”assets: readonly
string[]
Defined in: packages/declarative-hex-worlds/src/gameboard/plan.ts:690
Candidate asset ids for each decoration.
avoidOccupied?
Section titled “avoidOccupied?”
optionalavoidOccupied?:boolean
Defined in: packages/declarative-hex-worlds/src/gameboard/plan.ts:694
Avoid tiles with existing custom placements.
count:
number
Defined in: packages/declarative-hex-worlds/src/gameboard/plan.ts:688
Number of decorations to place.
scale?
Section titled “scale?”
optionalscale?:number
Defined in: packages/declarative-hex-worlds/src/gameboard/plan.ts:696
Uniform render scale.
terrain?
Section titled “terrain?”
optionalterrain?:GameboardTerrain| readonlyGameboardTerrain[]
Defined in: packages/declarative-hex-worlds/src/gameboard/plan.ts:692
Allowed terrain for decoration sites.