描述了一个盒子。中心位置和方向由包含的元素决定 Describes a box. The center position and orientation are determined by the containing
Entity.
| 名称 Name | 类型 Type | 说明 Description |
|---|---|---|
options |
BoxGraphics.ConstructorOptions | 可选 optional 描述初始化选项的对象 Object describing initialization options |
演示: Demo:
成员 Members
readonly definitionChanged : Event
获取每当更改或修改属性或子属性时引发的事件。 Gets the event that is raised whenever a property or sub-property is changed or modified.
dimensions : Property|undefined
获取或设置 Gets or sets
Cartesian3 Property 属性指定框的长度、宽度和高度。 Property property specifying the length, width, and height of the box.
distanceDisplayCondition : Property|undefined
获取或设置 Gets or sets the
DistanceDisplayCondition 属性指定该框将在距相机的距离处显示。 Property specifying at what distance from the camera that this box will be displayed.
fill : Property|undefined
获取或设置布尔属性,指定盒子是否填充有提供的材料。 Gets or sets the boolean Property specifying whether the box is filled with the provided material.
-
默认值: Default Value:
true
heightReference : Property|undefined
获取或设置指定的属性 Gets or sets the Property specifying the
HeightReference.
-
默认值: Default Value:
HeightReference.NONE
material : MaterialProperty|undefined
获取或设置用于填充盒子的材料。 Gets or sets the material used to fill the box.
-
默认值: Default Value:
Color.WHITE
outline : Property|undefined
获取或设置指定框是否为轮廓的属性。 Gets or sets the Property specifying whether the box is outlined.
-
默认值: Default Value:
false
outlineColor : Property|undefined
-
默认值: Default Value:
Color.BLACK
outlineWidth : Property|undefined
获取或设置指定轮廓宽度的数字属性。 Gets or sets the numeric Property specifying the width of the outline.
注意:此属性在 Windows 平台上的所有主要浏览器上都将被忽略。有关详细信息,请参阅(@link https://github.com/CesiumGS/cesium/issues/40}。 Note: This property will be ignored on all major browsers on Windows platforms. For details, see (@link https://github.com/CesiumGS/cesium/issues/40}.
-
默认值: Default Value:
1.0
shadows : Property|undefined
获取或设置枚举属性,指定盒子是否投射或接收来自光源的阴影。 Get or sets the enum Property specifying whether the box casts or receives shadows from light sources.
-
默认值: Default Value:
ShadowMode.DISABLED
show : Property|undefined
获取或设置指定框的可见性的布尔属性。 Gets or sets the boolean Property specifying the visibility of the box.
-
默认值: Default Value:
true
方法 Methods
clone(result) → BoxGraphics
复制此实例。 Duplicates this instance.
| 名称 Name | 类型 Type | 说明 Description |
|---|---|---|
result |
BoxGraphics | 可选 optional 用于存储结果的对象。 The object onto which to store the result. |
返回: Returns:
修改后的结果参数或新实例(如果未提供)。 The modified result parameter or a new instance if one was not provided.
将此对象上每个未分配的属性分配给所提供的源对象上相同属性的值。 Assigns each unassigned property on this object to the value of the same property on the provided source object.
| 名称 Name | 类型 Type | 说明 Description |
|---|---|---|
source |
BoxGraphics | 要合并到此对象中的对象。 The object to be merged into this object. |
类型定义 Type Definitions
BoxGraphics 构造函数的初始化选项 Initialization options for the BoxGraphics constructor
属性: Properties:
| 名称 Name | 类型 Type | Attributes | 默认值 Default | 说明 Description |
|---|---|---|---|---|
show |
Property | boolean |
<可选> <optional> |
true | 指定框可见性的布尔属性。 A boolean Property specifying the visibility of the box. |
dimensions |
Property | Cartesian3 |
<可选> <optional> |
A Cartesian3 指定框的长度、宽度和高度的属性。 Property specifying the length, width, and height of the box. |
|
heightReference |
Property | HeightReference |
<可选> <optional> |
HeightReference.NONE | 指定相对于实体位置的高度的属性。 A Property specifying what the height from the entity position is relative to. |
fill |
Property | boolean |
<可选> <optional> |
true | 一个布尔属性,指定盒子是否填充有提供的材料。 A boolean Property specifying whether the box is filled with the provided material. |
material |
MaterialProperty | Color |
<可选> <optional> |
Color.WHITE | 指定用于填充盒子的材料的属性。 A Property specifying the material used to fill the box. |
outline |
Property | boolean |
<可选> <optional> |
false | 一个布尔属性,指定该框是否具有轮廓。 A boolean Property specifying whether the box is outlined. |
outlineColor |
Property | Color |
<可选> <optional> |
Color.BLACK | 指定的属性 A Property specifying the Color 的轮廓。 of the outline. |
outlineWidth |
Property | number |
<可选> <optional> |
1.0 | 指定轮廓宽度的数字属性。 A numeric Property specifying the width of the outline. |
shadows |
Property | ShadowMode |
<可选> <optional> |
ShadowMode.DISABLED | 一个枚举属性,指定盒子是否投射或接收来自光源的阴影。 An enum Property specifying whether the box casts or receives shadows from light sources. |
distanceDisplayCondition |
Property | DistanceDisplayCondition |
<可选> <optional> |
一个属性,指定该框将在距相机的距离处显示。 A Property specifying at what distance from the camera that this box will be displayed. |
