@JsType(isNative=true,
namespace="Cesium",
name="CheckerboardMaterialProperty")
public class CheckerboardMaterialProperty
extends MaterialProperty
| Modifier and Type | Field and Description |
|---|---|
Property |
evenColor
A Property specifying the first Color.
|
Property |
oddColor
A Property specifying the second Color.
|
Property |
repeat
A Cartesian2 Property specifying how many times the tiles repeat in each direction.
|
| Constructor and Description |
|---|
CheckerboardMaterialProperty()
A
MaterialProperty that maps to checkerboard Material uniforms. |
CheckerboardMaterialProperty(CheckerboardMaterialPropertyOptions options)
A
MaterialProperty that maps to checkerboard Material uniforms. |
| Modifier and Type | Method and Description |
|---|---|
Event |
definitionChanged()
Gets the event that is raised whenever the definition of this property changes.
|
getType, getTypeequals, getValue, getValue, getValueOrUndefined, isConstant@JsProperty public Property evenColor
Color.WHITE()@JsProperty public Property oddColor
Color.BLACK()@JsProperty public Property repeat
@JsConstructor public CheckerboardMaterialProperty()
MaterialProperty that maps to checkerboard Material uniforms.@JsConstructor public CheckerboardMaterialProperty(CheckerboardMaterialPropertyOptions options)
MaterialProperty that maps to checkerboard Material uniforms.options - Options@JsProperty(name="definitionChanged") public Event definitionChanged()
definitionChanged in class Property<Material>Copyright © 2019. All rights reserved.