@JsType(isNative=true,
        namespace="Cesium",
        name="GridMaterialProperty")
public class GridMaterialProperty
extends MaterialProperty
| Modifier and Type | Field and Description | 
|---|---|
| double | cellAlphaGets or sets the numeric Property specifying cell alpha values. | 
| Property | colorGets or sets the Property specifying the grid Color. | 
| Property | lineCountGets or sets the Cartesian2 Property specifying the number of grid lines along each axis. | 
| Property | lineOffsetGets or sets the Cartesian2 Property specifying the starting offset of grid lines along each axis. | 
| Property | lineThicknessGets or sets the Cartesian2 Property specifying the thickness of grid lines along each axis. | 
| Constructor and Description | 
|---|
| GridMaterialProperty()A  MaterialPropertythat maps to gridMaterialuniforms. | 
| GridMaterialProperty(GridMaterialPropertyOptions options)A  MaterialPropertythat maps to gridMaterialuniforms. | 
getType, getTypedefinitionChanged, equals, getValue, getValue, getValueOrUndefined, isConstant@JsProperty public double cellAlpha
@JsProperty public Property color
Color.WHITE()@JsProperty public Property lineCount
@JsProperty public Property lineOffset
@JsProperty public Property lineThickness
@JsConstructor public GridMaterialProperty()
MaterialProperty that maps to grid Material uniforms.@JsConstructor public GridMaterialProperty(GridMaterialPropertyOptions options)
MaterialProperty that maps to grid Material uniforms.options - OptionsCopyright © 2019. All rights reserved.