@JsType(isNative=true, namespace="<global>", name="Object") public class StripeMaterialPropertyOptions 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 |
offset
A numeric Property specifying how far into the pattern to start the material.
|
Property |
repeat
A numeric Property specifying how many times the stripes repeat.
|
Constructor and Description |
---|
StripeMaterialPropertyOptions()
Options for
StripeMaterialProperty |
@JsProperty public Property evenColor
Color.WHITE()
@JsProperty public Property oddColor
Color.BLACK()
@JsProperty public Property repeat
@JsProperty public Property offset
@JsConstructor public StripeMaterialPropertyOptions()
StripeMaterialProperty
Copyright © 2019. All rights reserved.