Options
All
  • Public
  • Public/Protected
  • All
Menu

The allowed Grid types which are supported by the software

see

https://foundryvtt.com/article/scenes/

Index

Enumeration Members

GRIDLESS: number

No fixed grid is used on this Scene allowing free-form point-to-point measurement without grid lines.

SQUARE: number

A square grid is used with width and height of each grid space equal to the chosen grid size.

HEXODDR: number

A column-wise hexagon grid (flat-topped) where odd-numbered rows are offset.

HEXEVENR: number

A column-wise hexagon grid (flat-topped) where even-numbered rows are offset.

HEXODDQ: number

A row-wise hexagon grid (pointy-topped) where odd-numbered columns are offset.

HEXEVENQ: number

A row-wise hexagon grid (pointy-topped) where even-numbered columns are offset.