Navigation
API > API/Plugins > API/Plugins/ScriptableToolsFramework
| |
|
| Name |
EScriptableToolGizmoRotation |
| Type |
enum |
| Header File |
/Engine/Plugins/Runtime/ScriptableToolsFramework/Source/ScriptableToolsFramework/Public/ScriptableInteractiveTool.h |
| Include Path |
#include "ScriptableInteractiveTool.h" |
Syntax
enum EScriptableToolGizmoRotation
{
None = 0,
RotateAxisX = 1 << 1,
RotateAxisY = 1 << 2,
RotateAxisZ = 1 << 3,
FreeRotate = 1 << 7,
All = 0xFF,
}
Values
| Name |
Remarks |
| None |
|
| RotateAxisX |
|
| RotateAxisY |
|
| RotateAxisZ |
|
| FreeRotate |
|
| All |
|