interface GridMeshData {
    type: number;
    width: number;
    height: number;
    size: number;
    thickness: number;
    color: number;
    alpha: number;
}

Properties

type: number

The type of the grid (see CONST.GRID_TYPES)

width: number

The width of the grid in pixels

height: number

The height of the grid in pixels

size: number

The size of a grid space in pixels

thickness: number

The thickness of the grid lines in pixels

color: number

The color of the grid

alpha: number

The alpha of the grid