Experimental
This feature is not final and is subject to change without Cesium's standard deprecation policy.
参考:
继承
成员(属性)
Feature ID associated with the primitive; not required to be unique.
Whether primitive is shown.
- 继承自:
Count of positions (vertices) in this primitive. Always 1.
方法
static Cesium.BufferPoint.clone(point, result) → BufferPoint
Copies data from source point to result.
| 参数名称 | 类型 | 描述信息 |
|---|---|---|
point |
BufferPoint | |
result |
BufferPoint |
返回值:
getColor(result) → Color
Returns the color of primitive.
| 参数名称 | 类型 | 描述信息 |
|---|---|---|
result |
Color |
返回值:
getPosition(result) → Cartesian3
Gets the position of this point.
| 参数名称 | 类型 | 描述信息 |
|---|---|---|
result |
Cartesian3 | 可选 |
返回值:
Updates the color of primitive.
| 参数名称 | 类型 | 描述信息 |
|---|---|---|
color |
Color |
Sets the position of this point.
| 参数名称 | 类型 | 描述信息 |
|---|---|---|
position |
Cartesian3 |
Returns a JSON-serializable object representing the point. This encoding
is not memory-efficient, and should generally be used for debugging and
testing.
返回值:
JSON-serializable object.
- 继承自:
