class VertexTool : BaseMeshTool

book_4_sparkGenerated
code_blocksInput

Description

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.

Members

Static Members

Member NameSummary
ActivateToolActivates the vertex tool. This method is marked with a shortcut attribute for quick access.

Instance Members

Member NameSummary
OnUpdateUpdates the state of the vertex tool. This method is virtual and can be overridden in derived classes.