Type alias CustomGLTFEntityCommandParameter

CustomGLTFEntityCommandParameter: CustomEntityCommandParameter & Omit<CustomGLTFParameter, "position"> & {
    position: GeoJSON.Point;
}

產生自畫GLTF圖素指令參數。

Type declaration

Generated using TypeDoc