@JsType(isNative=true, namespace="<global>", name="Object") public class CheckerboardMaterialPropertyOptions extends Object
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 |
---|
CheckerboardMaterialPropertyOptions()
Options for
CheckerboardMaterialProperty |
@JsProperty public Property evenColor
Color.WHITE()
@JsProperty public Property oddColor
Color.BLACK()
@JsProperty public Property repeat
@JsConstructor public CheckerboardMaterialPropertyOptions()
CheckerboardMaterialProperty
Copyright © 2019. All rights reserved.