@JsType(isNative=true, namespace="<global>", name="Object") public class PlaneGraphicsOptions extends Object
PlaneGraphics
.Modifier and Type | Field and Description |
---|---|
Property |
dimensions
A Cartesian2 Property specifying the width and height of the plane.
|
Property |
distanceDisplayCondition
A Property specifying at what distance from the camera that this plane will be displayed.
|
Property |
fill
A boolean Property specifying whether the plane is filled with the provided material.
|
MaterialProperty |
material
A Property specifying the material used to fill the plane.
|
Property |
outline
A boolean Property specifying whether the plane is outlined.
|
Property |
outlineColor
A Property specifying the Color of the outline.
|
Property |
outlineWidth
A numeric Property specifying the width of the outline.
|
Property |
plane
A Plane Property specifying the normal and distance for the plane.
|
Property |
shadows
An enum Property specifying whether the plane casts or receives shadows from each light source.
|
Property |
show
A boolean Property specifying the visibility of the plane.
|
Constructor and Description |
---|
PlaneGraphicsOptions()
Options for
PlaneGraphics |
@JsProperty public Property plane
@JsProperty public Property dimensions
@JsProperty public Property show
@JsProperty public Property fill
@JsProperty public MaterialProperty material
Color.WHITE()
@JsProperty public Property outline
@JsProperty public Property outlineColor
Color.BLACK()
@JsProperty public Property outlineWidth
@JsProperty public Property shadows
ShadowMode.DISABLED()
@JsProperty public Property distanceDisplayCondition
@JsConstructor public PlaneGraphicsOptions()
PlaneGraphics
Copyright © 2019. All rights reserved.