Version: 2022.3
Language : English
Text Mesh component (legacy)
Using the Mesh Class

Using meshes with C# scripts

The MeshThe main graphics primitive of Unity. Meshes make up a large part of your 3D worlds. Unity supports triangulated or Quadrangulated polygon meshes. Nurbs, Nurms, Subdiv surfaces must be converted to polygons. More info
See in Glossary
class gives script access to an object’s mesh geometry, allowing meshes to be created or modified at runtime. This technique is useful for graphical effects (eg, stretching or squashing an object) but can also be useful in level design and optimisation. The following sections pages feature an exploration of the API and an example.

Text Mesh component (legacy)
Using the Mesh Class