unreal.GizmoElementRotateShowFlags¶
- class unreal.GizmoElementRotateShowFlags¶
Bases:
EnumBaseBitflags controlling visibility of rotation delta visual elements during interaction.
C++ Source:
Module: EditorInteractiveToolsFramework
File: GizmoElementRotate.h
- ALL: GizmoElementRotateShowFlags = Ellipsis¶
All delta visual elements enabled.
- Type:
3
- DELTA_ARC: GizmoElementRotateShowFlags = Ellipsis¶
Show the filled arc indicating the rotation delta.
- Type:
1
- DELTA_LABEL: GizmoElementRotateShowFlags = Ellipsis¶
Show the numeric angle label.
- Type:
2