Contents

LowLevelMesh.VertexSemantic

Designates the intended usage of a vertex attribute.

Declaration

enum VertexSemantic

Overview

RealityKit consults the vertex semantic when interpreting the data in your LowLevelMesh. For example, an attribute with the semantic value of LowLevelMesh.VertexSemantic.position determines the position of a vertex.

Topics

Specifying intended use

See Also

Updatable meshes