@JsType(isNative=true,
namespace="Cesium",
name="ImageMaterialProperty")
public class ImageMaterialProperty
extends MaterialProperty
| Modifier and Type | Field and Description |
|---|---|
Property |
color
Gets or sets the Color Property specifying the desired color applied to the imagery.
|
Property |
image
Gets or sets the Property specifying Image, URL, Canvas, or Video to use.
|
Property |
repeat
Gets or sets the Cartesian2 Property specifying the number of times the imagery repeats in each direction.
|
Property |
transparent
Gets or sets the Boolean Property specifying whether the imagery has transparency
Default: 1.0
|
| Constructor and Description |
|---|
ImageMaterialProperty()
A
MaterialProperty that maps to imagery Material uniforms. |
ImageMaterialProperty(ImageMaterialPropertyOptions options)
A
MaterialProperty that maps to imagery Material uniforms. |
getType, getTypedefinitionChanged, equals, getValue, getValue, getValueOrUndefined, isConstant@JsProperty public Property color
@JsProperty public Property image
@JsProperty public Property repeat
@JsProperty public Property transparent
@JsConstructor public ImageMaterialProperty()
MaterialProperty that maps to imagery Material uniforms.@JsConstructor public ImageMaterialProperty(ImageMaterialPropertyOptions options)
MaterialProperty that maps to imagery Material uniforms.options - OptionsCopyright © 2019. All rights reserved.