Appearance
KBE3D / KBCore / Cesium / BoxGraphics / ConstructorOptions
接口: ConstructorOptions
Initialization options for the BoxGraphics constructor
属性
show?
optionalshow:boolean|Property
A boolean Property specifying the visibility of the box.
dimensions?
optionaldimensions:Property|Cartesian3
A Cartesian3 Property specifying the length, width, and height of the box.
heightReference?
optionalheightReference:Property|HeightReference
A Property specifying what the height from the entity position is relative to.
fill?
optionalfill:boolean|Property
A boolean Property specifying whether the box is filled with the provided material.
material?
optionalmaterial:Color|MaterialProperty
A Property specifying the material used to fill the box.
outline?
optionaloutline:boolean|Property
A boolean Property specifying whether the box is outlined.
outlineColor?
A Property specifying the Color of the outline.
outlineWidth?
optionaloutlineWidth:number|Property
A numeric Property specifying the width of the outline.
shadows?
optionalshadows:Property|ShadowMode
An enum Property specifying whether the box casts or receives shadows from light sources.
distanceDisplayCondition?
optionaldistanceDisplayCondition:Property|DistanceDisplayCondition
A Property specifying at what distance from the camera that this box will be displayed.
