@JsType(isNative=true,
namespace="<global>",
name="Object")
public class BoxGraphicsOptions
extends Object
| Modifier and Type | Field and Description |
|---|---|
Property |
dimensions
A Cartesian3 Property specifying the length, width, and height of the box.
|
Property |
distanceDisplayCondition
A Property specifying at what distance from the camera that this box will be displayed.
|
Property |
fill
A boolean Property specifying whether the box is filled with the provided material.
|
Property |
heightReference
A Property specifying what the height from the entity position is relative to.
|
MaterialProperty |
material
A Property specifying the material used to fill the box.
|
Property |
outline
A boolean Property specifying whether the box is outlined.
|
Property |
outlineColor
A Property specifying the Color of the outline.
|
Property |
outlineWidth
A numeric Property specifying the width of the outline.
|
Property |
shadows
An enum Property specifying whether the box casts or receives shadows from each light source.
|
Property |
show
A boolean Property specifying the visibility of the box.
|
| Constructor and Description |
|---|
BoxGraphicsOptions() |
@JsProperty public Property heightReference
@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
Copyright © 2019. All rights reserved.