移動設定參數。

interface MoveFunSettingParameter {
    autoPanFactor?: number;
    smoothZoom?: boolean;
}

Properties

autoPanFactor?: number

自動拖曳常數0~1,0:關閉自動拖曳,1不會停下。

smoothZoom?: boolean

平滑縮放。

Generated using TypeDoc