Version: 2021.1
LanguageEnglish
  • C#

VertexAttribute

enumeration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Possible attribute types that describe a vertex in a Mesh.

Mesh vertex data comprised of different Vertex Attributes. For example, a vertex can include a Position, Normal, TexCoord0 and Color. Not all Meshes have all possible VertexAttributes. You can use this enum to query which VertexAttributes a Mesh uses.

See Also: Mesh.HasVertexAttribute, Mesh.GetVertexAttributes, VertexAttributeDescriptor.

Properties

PositionVertex position.
NormalVertex normal.
TangentVertex tangent.
ColorVertex color.
TexCoord0Primary texture coordinate (UV).
TexCoord1Additional texture coordinate.
TexCoord2Additional texture coordinate.
TexCoord3Additional texture coordinate.
TexCoord4Additional texture coordinate.
TexCoord5Additional texture coordinate.
TexCoord6Additional texture coordinate.
TexCoord7Additional texture coordinate.
BlendWeightBone blend weights for skinned Meshes.
BlendIndicesBone indices for skinned Meshes.
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961