Appearance
KBE3D / KBCore / Cesium / PathGraphics / ConstructorOptions
接口: ConstructorOptions
Initialization options for the PathGraphics constructor
属性
show?
optionalshow:boolean|Property
A boolean Property specifying the visibility of the path.
leadTime?
optionalleadTime:number|Property
A Property specifying the number of seconds in front the object to show.
trailTime?
optionaltrailTime:number|Property
A Property specifying the number of seconds behind of the object to show.
width?
optionalwidth:number|Property
A numeric Property specifying the width in pixels.
resolution?
optionalresolution:number|Property
A numeric Property specifying the maximum number of seconds to step when sampling the position.
material?
optionalmaterial:Color|MaterialProperty
A Property specifying the material used to draw the path.
distanceDisplayCondition?
optionaldistanceDisplayCondition:Property|DistanceDisplayCondition
A Property specifying at what distance from the camera that this path will be displayed.
