Operation Modes

Operation Modes

Module description

Possible supported customized operation modes.

The mode can be set in UI or by MAXScript.

Enumerations

enum  OperationMode {
  EOperationMode_None = 0, EOperationMode_Pan, EOperationMode_Zoom, EOperationMode_Rotate,
  EOperationMode_Count
}
 

Enumeration Type Documentation

enum OperationMode
Enumerator
EOperationMode_None 

Indicates no operation mode.

Indicates the operation mode is pan.

EOperationMode_Pan 

Indicates the operation mode is zoom.

EOperationMode_Zoom 

Indicates the operation mode is rotate.

EOperationMode_Rotate 

Indicates the count of operation modes.

EOperationMode_Count 
25  {
36  };
Definition: ICUIMouseConfigManager.h:35
Indicates no operation mode.
Definition: ICUIMouseConfigManager.h:27
Indicates the count of operation modes.
Definition: ICUIMouseConfigManager.h:33
Indicates the operation mode is rotate.
Definition: ICUIMouseConfigManager.h:31
Indicates the operation mode is zoom.
Definition: ICUIMouseConfigManager.h:29