class ScaleTool : BaseMoveTool

book_4_sparkGenerated
code_blocksInput

Description

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.

Members

Static Members

Member NameSummary
ActivateSubToolActivates the sub-tool for scaling. This method is associated with the shortcut key 'r' in the Editor's Scene Viewport Widget.

Instance Members

Member NameSummary
OnUpdateUpdates the state of the ScaleTool. This method is called to refresh the tool's behavior during its lifecycle.