@JsType(isNative=true, namespace="Cesium", name="GridMaterialProperty") public class GridMaterialProperty extends MaterialProperty
Modifier and Type | Field and Description |
---|---|
double |
cellAlpha
Gets or sets the numeric Property specifying cell alpha values.
|
Property |
color
Gets or sets the Property specifying the grid Color.
|
Property |
lineCount
Gets or sets the Cartesian2 Property specifying the number of grid lines along each axis.
|
Property |
lineOffset
Gets or sets the Cartesian2 Property specifying the starting offset of grid lines along each axis.
|
Property |
lineThickness
Gets or sets the Cartesian2 Property specifying the thickness of grid lines along each axis.
|
Constructor and Description |
---|
GridMaterialProperty()
A
MaterialProperty that maps to grid Material uniforms. |
GridMaterialProperty(GridMaterialPropertyOptions options)
A
MaterialProperty that maps to grid Material uniforms. |
getType, getType
definitionChanged, 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.