Legacy Documentation: Version 5.4
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Mesh.SetVertices

Switch to Manual
public void SetVertices(List<Vector3> inVertices);

Parameters

inVertices Per-vertex position.

Description

Assigns a new vertex positions array.

See Also: Mesh.vertices.