---
title: ManipulationEvents.WillEnd
framework: realitykit
role: symbol
role_heading: Structure
path: realitykit/manipulationevents/willend
---

# ManipulationEvents.WillEnd

The event that occurs at the end of a manipulation gesture, when the entity has reached its resting position, destination and the system no longer updates it.

## Declaration

```swift
struct WillEnd
```

## Topics

### Instance Properties

- [entity](realitykit/manipulationevents/willend/entity.md)

## Relationships

### Conforms To

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

## See Also

### Detecting manipulation gesture events

- [ManipulationEvents.WillBegin](realitykit/manipulationevents/willbegin.md)
- [ManipulationEvents.DidUpdateTransform](realitykit/manipulationevents/didupdatetransform.md)
- [ManipulationEvents.DidHandOff](realitykit/manipulationevents/didhandoff.md)
- [ManipulationEvents.WillRelease](realitykit/manipulationevents/willrelease.md)
