Interface CursorSettingProperty

游標樣式參數。

interface CursorSettingProperty {
    clickableCursor: string;
    defaultCursor: string;
    inputCursor: string;
    measureCursor: string;
    moveModeFocusCursor: string;
    moveModeMouseCursor: string;
    moveModePanelCursor: string;
    moveModeWalkCursor: string;
}

Properties

clickableCursor: string

可點擊游標樣式。

Default Value

"pointer"
defaultCursor: string

預設游標樣式。

Default Value

"default"
inputCursor: string

輸入游標樣式。

Default Value

"copy"
measureCursor: string

測量游標樣式。

Default Value

"crosshair"
moveModeFocusCursor: string

旋轉模式游標拖曳樣式。

Default Value

"grabbing"
moveModeMouseCursor: string

滑鼠模式游標拖曳樣式。

Default Value

"grabbing"
moveModePanelCursor: string

面板模式游標拖曳樣式。

Default Value

"grabbing"
moveModeWalkCursor: string

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

Default Value

"move"

Generated using TypeDoc