Reference API Roblox

Engine API

Website

Related

Reference API Roblox

MeshAttribute

Identifies a mesh attribute when calling the batch methods on EditableMesh.

Items 5

HistoryNameValueDescription
732Vertex0

The per-element vertex position attribute, storing a Vector3 point in object space for each vertex.

732Normal1

The per-element surface normal attribute, storing a Vector3 direction used for lighting calculations.

732Color2

The per-element color attribute, storing a Color3 value and a float alpha for each color entry.

732UV3

The per-element UV attribute, storing a Vector2 texture coordinate for each UV entry.

732Face4

The face attribute channel, identifying topology elements that connect vertex positions into triangles.

Description

MeshAttribute identifies a mesh attribute when calling the batch methods on EditableMesh. Some methods take this enum as an argument to identify which attribute to operate on.

History 6

Settings