Interface AddCloudProperty

新增雲參數。

interface AddCloudProperty {
    geo: GeoPolygon;
    color?: `#${string}`;
    densityCutoff?: number;
    height?: number;
    surfaceHeight?: number;
    wind?: GeoPoint;
}

Hierarchy

Properties

範圍。

color?: `#${string}`

顏色。

Default Value

"#FFFFFF"
densityCutoff?: number

剔除密度。

Default Value

0.5
height?: number

雲層高。

Default Value

20
surfaceHeight?: number

離地高。

Default Value

0
wind?: GeoPoint

風速。

Default Value

new GeoPoint(0, 0)

Generated using TypeDoc