Type alias CustomPolygonPrismEntityCommandParameter

CustomPolygonPrismEntityCommandParameter: CustomEntityCommandParameter & Omit<CustomPolygonPrismParameter, "geo"> & {
    geo: PolygonSet;
}

產生自畫多邊形柱體圖素指令參數。

Type declaration

Generated using TypeDoc