Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


MeshVertexAttributes

A set of vertex attributes.
Read time 1 minuteLast updated 10 days ago

Definition

[Flags]public enum MeshVertexAttributes

Remarks

This enum is used by XRMeshSubsystem.GenerateMeshAsync to request particular vertex attributes, or by MeshGenerationResult to indicate which vertex attributes were written to the Mesh.

Fields

Value

Description

ColorsVertex normals
NoneNo vertex attributes
NormalsVertex normals
TangentsVertex tangents
UVsVertex UVs