Version: 5.3 (switch to 5.4b)
IdiomaEnglish
  • C#
  • JS

Idioma de script

Selecciona tu lenguaje de programación favorito. Todos los fragmentos de código serán mostrados en este lenguaje.

Mesh.GetUVs

Cambiar al Manual
public void GetUVs(int channel, List<Vector2> uvs);
public void GetUVs(int channel, List<Vector3> uvs);
public void GetUVs(int channel, List<Vector4> uvs);

Parámetros

channel The UV Channel (zero-indexed).
uvs List of UVs to get for the given index.

Descripción

Get the UVs for a given chanel.

Gets the UVs for a channel. Can either be Vector2, Vector3, or Vector4 list.