toMutableMeshData

Converts the current mesh data into a mutable representation.

This method provides a MutableMeshData instance that encapsulates the current mesh data, allowing modifications to its vertex and polygon structures. The mutable representation is useful for scenarios where changes to the mesh data are required, such as editing geometry or updating attributes.

Return

A MutableMeshData instance that represents the current mesh data in a mutable format.