@JsType(isNative=true, namespace="Cesium", name="StripeMaterialProperty") public class StripeMaterialProperty extends MaterialProperty
Modifier and Type | Field and Description |
---|---|
Property |
evenColor
Gets or sets the Property specifying the first Color.
|
Property |
oddColor
Gets or sets the Property specifying the second Color.
|
Property |
offset
Gets or sets the numeric Property specifying the point into the pattern to begin drawing; with 0.0 being the
beginning of the even color, 1.0 the beginning of the odd color, 2.0 being the even color again,
and any multiple or fractional values being in between.
|
Property |
orientation
Gets or sets the Property specifying the StripeOrientation/
Default:
StripeOrientation.HORIZONTAL() |
Property |
repeat
Gets or sets the numeric Property specifying how many times the stripes repeat.
|
Constructor and Description |
---|
StripeMaterialProperty()
A
MaterialProperty that maps to stripe Material uniforms. |
StripeMaterialProperty(StripeMaterialPropertyOptions options)
A
MaterialProperty that maps to stripe Material uniforms. |
getType, getType
definitionChanged, equals, getValue, getValue, getValueOrUndefined, isConstant
@JsProperty public Property evenColor
Color.WHITE()
@JsProperty public Property oddColor
Color.BLACK()
@JsProperty public Property offset
@JsProperty public Property orientation
StripeOrientation.HORIZONTAL()
@JsProperty public Property repeat
@JsConstructor public StripeMaterialProperty()
MaterialProperty
that maps to stripe Material
uniforms.@JsConstructor public StripeMaterialProperty(StripeMaterialPropertyOptions options)
MaterialProperty
that maps to stripe Material
uniforms.options
- OptionsCopyright © 2019. All rights reserved.