Type alias TerrainCustomTileOverlayPolygonEntityCommandParameter

TerrainCustomTileOverlayPolygonEntityCommandParameter: TerrainCustomTileEntityCommandParameter & Omit<CustomTilePolygonEntityParameter, "geo"> & {
    geo: PolygonSet;
}

多邊形自畫疊加圖素指令參數。

Type declaration

Generated using TypeDoc