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

参数

channelThe UV Channel (zero-indexed).
uvsList of UVs to get for the given index.

描述

Get the UVs for a given chanel.

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