Class GridLayer


  • public class GridLayer
    extends Layer
    A layer for displaying a grid.
    • Constructor Detail

      • GridLayer

        public GridLayer​(IVector2 gridSize,
                         java.lang.Object c)
        Creates a new gridlayer.
        Parameters:
        gridSize - size of each grid rectangle
        c - color or color binding of the grid
    • Method Detail

      • getGridSize

        public IVector2 getGridSize()