---
title: ManipulationEvents.WillRelease
framework: realitykit
role: symbol
role_heading: Structure
path: realitykit/manipulationevents/willrelease
---

# ManipulationEvents.WillRelease

The event that occurs just as someone releases an entity during a manipulation gesture.

## Declaration

```swift
struct WillRelease
```

## Topics

### Instance Properties

- [entity](realitykit/manipulationevents/willrelease/entity.md)
- [inputDeviceSet](realitykit/manipulationevents/willrelease/inputdeviceset.md)
- [wasCancelled](realitykit/manipulationevents/willrelease/wascancelled.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.WillEnd](realitykit/manipulationevents/willend.md)
