Skip to content

Stormy 雷电


演练场

引入

ts
import { Stormy } from "@m-tech/gis-core";

const stormy = new Stormy();
stormy.addToViewer(viewer);

入参

参数名称类型必填默认值描述
idString自动生成的 Guid特效唯一标识

属性

属性类型读/写描述
idString只读特效唯一标识

示例

ts
import { Stormy } from "@ty-sdk/ty-gis-core";

// 创建雷电特效
const stormy = new Stormy();

// 添加到视图
stormy.addToViewer(viewer);

MGis 地理三维库