---
title: ClothSimulationEvents.AfterUpdate
framework: realitykit
role: symbol
role_heading: Structure
path: realitykit/clothsimulationevents/afterupdate
---

# ClothSimulationEvents.AfterUpdate

An event type that a cloth simulation publishes immediately after performing an update.

## Declaration

```swift
struct AfterUpdate
```

## Topics

### Accessing update information

- [simulationEntity](realitykit/clothsimulationevents/afterupdate/simulationentity.md)
- [updateCount](realitykit/clothsimulationevents/afterupdate/updatecount.md)

### Instance Properties

- [deltaTime](realitykit/clothsimulationevents/afterupdate/deltatime.md)

## Relationships

### Conforms To

- [Event](realitykit/event.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Observing simulation events

- [ClothSimulationEvents.Start](realitykit/clothsimulationevents/start.md)
- [ClothSimulationEvents.BeforeUpdate](realitykit/clothsimulationevents/beforeupdate.md)
