Skip to content

KBE3D / KBCore / Cesium / PathGraphics / ConstructorOptions

接口: ConstructorOptions

Initialization options for the PathGraphics constructor

属性

show?

optional show: boolean | Property

A boolean Property specifying the visibility of the path.


leadTime?

optional leadTime: number | Property

A Property specifying the number of seconds in front the object to show.


trailTime?

optional trailTime: number | Property

A Property specifying the number of seconds behind of the object to show.


width?

optional width: number | Property

A numeric Property specifying the width in pixels.


resolution?

optional resolution: number | Property

A numeric Property specifying the maximum number of seconds to step when sampling the position.


material?

optional material: Color | MaterialProperty

A Property specifying the material used to draw the path.


distanceDisplayCondition?

optional distanceDisplayCondition: Property | DistanceDisplayCondition

A Property specifying at what distance from the camera that this path will be displayed.

KBE3D @3.0.0 Copyright © 2024-present KBE3D