@JsType(isNative=true, namespace="Cesium", name="PlaneGeometryUpdater") public class PlaneGeometryUpdater extends GeometryUpdater
GeometryUpdater
for planes. Clients do not normally create this class directly,
but instead rely on DataSourceDisplay
.Constructor and Description |
---|
PlaneGeometryUpdater(Entity entity,
Scene scene)
A
GeometryUpdater for planes. |
Modifier and Type | Method and Description |
---|---|
Property |
shadowsProperty()
Gets the property specifying whether the geometry casts or receives shadows from each light source.
|
createDynamicUpdater, createFillGeometryInstance, createOutlineGeometryInstance, destroy, distanceDisplayConditionProperty, entity, fillEnabled, fillMaterialProperty, geometryChanged, hasConstantFill, hasConstantOutline, isClosed, isDestroyed, isDynamic, isFilled, isOutlineVisible, outlineColorProperty, outlineEnabled, outlineWidth
@JsConstructor public PlaneGeometryUpdater(Entity entity, Scene scene)
GeometryUpdater
for planes. Clients do not normally create this class directly,
but instead rely on DataSourceDisplay
.entity
- The entity containing the geometry to be visualized.scene
- The scene where visualization is taking place.@JsProperty(name="shadowsProperty") public Property shadowsProperty()
Copyright © 2019. All rights reserved.