GridMaterialProperty

GridMaterialProperty

Members

:Property

A numeric Property which determines the grid cells alpha value, when combined with the color alpha.
Default Value:
  • new ConstantProperty(0.1)

:Property

A Color Property which determines the grid's color.
Default Value:
  • new ConstantProperty(Color.WHITE)

:Property

A Cartesian2 Property which determines the number of rows and columns in the grid.
Default Value:
  • new ConstantProperty(new Cartesian2(8, 8))

:Property

A Cartesian2 Property which determines the thickness of rows and columns in the grid.
Default Value:
  • new ConstantProperty(new Cartesian2(1.0, 1.0))