Interface UCControlPanelSetting

控制面板參數。

interface UCControlPanelSetting {
    alwaysUseFullPanel?: boolean;
    color?: ov.ColorLike;
    offset?: GeoPoint;
    posType?: POS_TYPE;
}

Properties

alwaysUseFullPanel?: boolean

永遠顯示完整面板。

color?: ov.ColorLike

顏色。

offset?: GeoPoint

面板位移 (pixel)。

posType?: POS_TYPE

面板預設位置。

Generated using TypeDoc