EarthSDK
    正在准备搜索索引...
    • 返回 {
          autoplay: boolean;
          crossOrigin: string;
          devTags: ReactiveVariable<undefined | string[]>;
          enabled: boolean;
          execOnceFuncStr: undefined | string;
          extras: ReactiveVariable<JsonValue>;
          flipY: boolean;
          loop: boolean;
          name: string;
          pixelFormat: CzmPixelFormatType;
          ref: undefined | string;
          showPreview: boolean;
          size: ReactiveVariable<undefined | [width: number, height: number]>;
          toDestroyFuncStr: undefined | string;
          updateFuncStr: undefined | string;
          uri: undefined | string;
          uriType: undefined | ComplexImageType;
      }

      • autoplay: boolean
      • crossOrigin: string
      • devTags: ReactiveVariable<undefined | string[]>

        对象类型名称相关的开发标签数组,使用 reactArrayWithUndefined 进行响应式处理,默认为 undefined。

      • enabled: boolean
      • execOnceFuncStr: undefined | string

        一次性执行函数的字符串表示,默认为 undefined。

      • extras: ReactiveVariable<JsonValue>

        扩展属性 JSON,必须整体赋值,使用 reactJson 进行响应式处理,默认为 undefined。

      • flipY: boolean
      • loop: boolean
      • name: string

        对象名称,默认为 '未命名场景对象'。

      • pixelFormat: CzmPixelFormatType
      • ref: undefined | string

        对象引用,设置后可通过对象管理器 objm.$refs.xxx 快速获取到对象,默认为 undefined。

      • showPreview: boolean
      • size: ReactiveVariable<undefined | [width: number, height: number]>
      • toDestroyFuncStr: undefined | string

        销毁函数的字符串表示,默认为 undefined。

      • updateFuncStr: undefined | string

        更新函数的字符串表示,默认为 undefined。

      • uri: undefined | string
      • uriType: undefined | ComplexImageType