The EdgeTool class in the Editor.MeshEditor
namespace is a sealed class that extends the BaseMeshTool
. It provides functionality to move, rotate, and scale mesh edges within the editor environment. This tool is equipped with various attributes to enhance its usability and integration within the editor, such as EditorToolAttribute
, TitleAttribute
, and IconAttribute
.