mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
fix: disableDepthTestDistance for LabelGraphics (#44725)
* fix: disableDepthTestDistance for LabelGraphics * fix: distanceDisplayCondition
This commit is contained in:
parent
50c6cf4221
commit
bd0b699ee1
3
types/cesium/index.d.ts
vendored
3
types/cesium/index.d.ts
vendored
@ -2719,6 +2719,7 @@ declare namespace Cesium {
|
||||
show: Property;
|
||||
translucencyByDistance: Property;
|
||||
pixelOffsetScaleByDistance: Property;
|
||||
distanceDisplayCondition?: DistanceDisplayCondition | Property;
|
||||
constructor(options?: {
|
||||
text?: Property | string;
|
||||
font?: string;
|
||||
@ -2739,7 +2740,7 @@ declare namespace Cesium {
|
||||
pixelOffsetScaleByDistance?: Property;
|
||||
heightReference?: Property;
|
||||
scaleByDistance?: Property;
|
||||
distanceDisplayCondition?: Property;
|
||||
distanceDisplayCondition?: DistanceDisplayCondition | Property;
|
||||
disableDepthTestDistance?: Property | number;
|
||||
});
|
||||
clone(result?: LabelGraphics): LabelGraphics;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user