---
title: LowLevelDeformation.Mesh
framework: realitykit
role: symbol
role_heading: Structure
path: realitykit/lowleveldeformation/mesh
---

# LowLevelDeformation.Mesh

A handle to the input or output vertex data of a LowLevelDeformation.

## Declaration

```swift
struct Mesh
```

## Topics

### Setting vertex data

- [setVertices(_:offset:semantic:)](realitykit/lowleveldeformation/mesh/setvertices(_:offset:semantic:).md)

## See Also

### Accessing mesh data

- [input](realitykit/lowleveldeformation/input.md)
- [output](realitykit/lowleveldeformation/output.md)
- [vertexCount](realitykit/lowleveldeformation/vertexcount.md)
- [LowLevelDeformation.VertexSemantic](realitykit/lowleveldeformation/vertexsemantic.md)
- [LowLevelDeformation.VertexAttribute](realitykit/lowleveldeformation/vertexattribute.md)
