PilotGaea 3D O'view
    正在準備搜尋索引...

    介面 CursorSetting

    設定游標樣式參數。

    interface CursorSetting {
        clickableCursor?: string;
        defaultCursor?: string;
        inputCursor?: string;
        measureCursor?: string;
        moveModeFocusCursor?: string;
        moveModeMouseCursor?: string;
        moveModePanelCursor?: string;
        moveModeWalkCursor?: string;
    }
    索引

    屬性

    clickableCursor?: string

    可點擊游標樣式。

    "pointer"
    
    defaultCursor?: string

    預設游標樣式。

    "default"
    
    inputCursor?: string

    輸入游標樣式。

    "copy"
    
    measureCursor?: string

    測量游標樣式。

    "crosshair"
    
    moveModeFocusCursor?: string

    旋轉模式游標拖曳樣式。

    "grabbing"
    
    moveModeMouseCursor?: string

    滑鼠模式游標拖曳樣式。

    "grabbing"
    
    moveModePanelCursor?: string

    面板模式游標拖曳樣式。

    "grabbing"
    
    moveModeWalkCursor?: string

    地面行走模式游標拖曳樣式。

    "move"