The ScaleTool class in the Editor.MeshEditor
namespace is designed to scale selected mesh elements within the editor. It provides functionality to toggle snap to grid using the Ctrl key and to extrude selection using the Shift key.
The ScaleTool class in the Editor.MeshEditor
namespace is designed to scale selected mesh elements within the editor. It provides functionality to toggle snap to grid using the Ctrl key and to extrude selection using the Shift key.
Member Name | Summary |
---|---|
ActivateSubTool | Activates the sub-tool for scaling. This method is associated with the shortcut key 'r' in the Editor's Scene Viewport Widget. |
Member Name | Summary |
---|---|
OnUpdate | Updates the state of the ScaleTool. This method is called to refresh the tool's behavior during its lifecycle. |