EarthSDK
    正在准备搜索索引...
    • 返回 {
          absoluteClippingPlanes: boolean;
          allowPicking: boolean;
          autoSetPositionAsOrigin: undefined | boolean;
          backFaceCulling: undefined | boolean;
          baseScreenSpaceError: undefined | number;
          cacheBytes: undefined | number;
          classificationType: undefined | CzmClassificationType;
          clippingPlanes: ReactiveVariable<
              undefined
              | CzmClippingPlaneCollectionJsonType,
          >;
          clippingPlanesId: string;
          clippingPolygons: ReactiveVariable<
              undefined
              | CzmClippingPolygonCollectionJsonType,
          >;
          clippingPolygonsId: ReactiveVariable<string[]>;
          colorBlendMode: undefined | "HIGHLIGHT" | "REPLACE" | "MIX";
          cullRequestsWhileMoving: undefined | boolean;
          cullRequestsWhileMovingMultiplier: undefined | number;
          cullWithChildrenBounds: undefined | boolean;
          customShaderInstanceClassStr: undefined | string;
          czmFlattenedPlaneId: string;
          debugColorizeTiles: undefined | boolean;
          debugFreezeFrame: undefined | boolean;
          debugHeatmapTilePropertyName: undefined | string;
          debugShowBoundingVolume: undefined | boolean;
          debugShowContentBoundingVolume: undefined | boolean;
          debugShowGeometricError: undefined | boolean;
          debugShowMemoryUsage: undefined | boolean;
          debugShowRenderingStatistics: undefined | boolean;
          debugShowUrl: undefined | boolean;
          debugShowViewerRequestVolume: undefined | boolean;
          debugWireframe: undefined | boolean;
          dynamicScreenSpaceError: undefined | boolean;
          dynamicScreenSpaceErrorDensity: undefined | number;
          dynamicScreenSpaceErrorFactor: undefined | number;
          dynamicScreenSpaceErrorHeightFalloff: undefined | number;
          ellipsoid: ReactiveVariable<undefined | [x: number, y: number, z: number]>;
          enableDebugWireframe: undefined | boolean;
          enableShowOutline: undefined | boolean;
          environmentMapManager: ReactiveVariable<
              undefined
              | ESJEnvironmentMapManagerType,
          >;
          featureIdLabel: undefined | string;
          foveatedConeSize: undefined | number;
          foveatedInterpolationCallbackStr: undefined | string;
          foveatedMinimumScreenSpaceErrorRelaxation: undefined | number;
          foveatedScreenSpaceError: undefined | boolean;
          foveatedTimeDelay: undefined | number;
          imageBasedLighting: ReactiveVariable<
              undefined
              | CzmImageBasedLightingJsonType,
          >;
          immediatelyLoadDesiredLevelOfDetail: undefined | boolean;
          instanceFeatureIdLabel: undefined | string;
          lightColor: ReactiveVariable<undefined | [number, number, number]>;
          loadSiblings: undefined | boolean;
          maximumCacheOverflowBytes: undefined | number;
          maximumMemoryUsage: undefined | number;
          maximumScreenSpaceError: undefined | number;
          modelForwardAxis: undefined | CzmAxis;
          modelMatrix: ReactiveVariable<undefined | ESJNativeNumber16>;
          modelUpAxis: undefined | CzmAxis;
          outlineColor: ReactiveVariable<
              undefined
              | [number, number, number, number],
          >;
          pointCloudShading: ReactiveVariable<
              undefined
              | CzmPointCloudShadingJsonType,
          >;
          position: ReactiveVariable<undefined | [number, number, number]>;
          preferLeaves: undefined | boolean;
          preloadFlightDestinations: undefined | boolean;
          preloadWhenHidden: undefined | boolean;
          progressiveResolutionHeightFraction: undefined | number;
          projectTo2D: undefined | boolean;
          rotation: ReactiveVariable<undefined | [number, number, number]>;
          shadows: undefined | CzmShadowMode;
          show: undefined | boolean;
          showCreditsOnScreen: undefined | boolean;
          showOutline: undefined | boolean;
          skipLevelOfDetail: undefined | boolean;
          skipLevels: undefined | number;
          skipScreenSpaceErrorFactor: undefined | number;
          splitDirection: undefined | ESJSplitDirectionType;
          styleJson: ReactiveVariable<JsonValue>;
          url: undefined | string | ESJResource;
          vectorClassificationOnly: undefined | boolean;
          vectorKeepDecodedPositions: undefined | boolean;
      }