Type alias DoTerrainViewCommandParameter<T>

DoTerrainViewCommandParameter<T>: {
    command: T;
    param: TerrainViewCommandParameter[T];
}

執行圖台指令參數。

Type Parameters

Type declaration

Generated using TypeDoc