Navigation
API > API/Editor > API/Editor/EditorInteractiveToolsFramework
Determines the reference point from which scale distance is measured.
| Name | EGizmoElementScaleDistanceSource |
| Type | enum |
| Header File | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/EditorGizmos/GizmoElementScale.h |
| Include Path | #include "EditorGizmos/GizmoElementScale.h" |
Syntax
enum EGizmoElementScaleDistanceSource
{
FromObject = 0,
FromStart = 1,
}
Values
| Name | Remarks |
|---|---|
| FromObject | Measure distance from the object being scaled. |
| FromStart | Measure distance from the starting input/cursor position. |