The VertexTool class in the Editor.MeshEditor
namespace is a sealed class that provides functionality to move, rotate, and scale mesh vertices. It inherits from BaseMeshTool.
The VertexTool class in the Editor.MeshEditor
namespace is a sealed class that provides functionality to move, rotate, and scale mesh vertices. It inherits from BaseMeshTool.
Member Name | Summary |
---|---|
ActivateTool | Activates the vertex tool. This method is marked with a shortcut attribute for quick access. |
Member Name | Summary |
---|---|
OnUpdate | Updates the state of the vertex tool. This method is virtual and can be overridden in derived classes. |