Possible supported zoom in dierections.The zoom in direction can be set in UI or by MAXScript.
More...
Possible supported zoom in dierections.The zoom in direction can be set in UI or by MAXScript.
◆ ZoomInDirectionOption
Enumerator |
---|
EZoomInDirection_North | Indicates the zoom in direction is north.
Indicates the zoom in direction is east.
|
EZoomInDirection_East | Indicates the zoom in direction is south.
|
EZoomInDirection_South | Indicates the zoom in direction is west.
|
EZoomInDirection_West | Indicates the zoom in direction is northeast.
|
EZoomInDirection_NorthEast | Indicates the zoom in direction is southeast.
|
EZoomInDirection_SouthEast | Indicates the zoom in direction is southwest.
|
EZoomInDirection_SouthWest | Indicates the zoom in direction is northwest.
|
EZoomInDirection_NorthWest | |
102 {
119 };
@ EZoomInDirection_South
Indicates the zoom in direction is west.
Definition: ICUIMouseConfigManager.h:108
@ EZoomInDirection_NorthWest
Definition: ICUIMouseConfigManager.h:118
@ EZoomInDirection_SouthEast
Indicates the zoom in direction is southwest.
Definition: ICUIMouseConfigManager.h:114
@ EZoomInDirection_SouthWest
Indicates the zoom in direction is northwest.
Definition: ICUIMouseConfigManager.h:116
@ EZoomInDirection_West
Indicates the zoom in direction is northeast.
Definition: ICUIMouseConfigManager.h:110
@ EZoomInDirection_NorthEast
Indicates the zoom in direction is southeast.
Definition: ICUIMouseConfigManager.h:112
@ EZoomInDirection_North
Indicates the zoom in direction is north.
Definition: ICUIMouseConfigManager.h:104
@ EZoomInDirection_East
Indicates the zoom in direction is south.
Definition: ICUIMouseConfigManager.h:106