mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-29 08:54:29 +00:00
fix: udpate BillboardGraphics (#43340)
fix: udpate BillboardGraphics with pixelOffsetScaleByDistance see https://cesium.com/docs/cesiumjs-ref-doc/BillboardGraphics.html
This commit is contained in:
2
types/cesium/index.d.ts
vendored
2
types/cesium/index.d.ts
vendored
@@ -2134,6 +2134,7 @@ declare namespace Cesium {
|
||||
height: Property;
|
||||
scaleByDistance: Property;
|
||||
translucencyByDistance: Property;
|
||||
disableDepthTestDistance: Property;
|
||||
pixelOffsetScaleByDistance: Property;
|
||||
constructor(options?: { image?: Property;
|
||||
show?: Property;
|
||||
@@ -2150,6 +2151,7 @@ declare namespace Cesium {
|
||||
scaleByDistance?: Property;
|
||||
translucencyByDistance?: Property;
|
||||
pixelOffsetScaleByDistance?: Property;
|
||||
disableDepthTestDistance?: Property;
|
||||
imageSubRegion?: Property
|
||||
heightReference?: Property;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user