The grid mesh constructor.
Optional
shaderClass: typeof GridShader = GridShaderThe shader class
Assigned blend mode to this mesh.
The shader bound to this mesh.
Tests if a point is inside this QuadMesh.
Initialize and update the mesh given the (partial) data.
The (partial) data.
Initialize shader based on the shader class type.
Shader class used. Must inherit from AbstractBaseShader.
Protected
_initializeProtected
Initialize the data of this mesh given the (partial) data.
The (partial) data.
The grid mesh, which uses the foundry.canvas.rendering.shaders.GridShader to render the grid.