Version: 2021.3

描述

附加纹理坐标。

UV 通常使用 Vector2 格式。Vector2 使用两个 32 位浮点数;总共 8 个字节。

This vertex attribute maps to the TEXCOORD2 semantic in HLSL. This UV channel is also commonly called "UV2". It corresponds to Mesh.uv3.

See Also: Mesh.HasVertexAttribute, Mesh.GetUVs, Mesh.SetUVs.