<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/ManipulationEvents/DidHandOff",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:17RealityFoundation18ManipulationEventsO10DidHandOffV"
  },
  "title" : "ManipulationEvents.DidHandOff"
}
-->

# ManipulationEvents.DidHandOff

The event that occurs during a manipulation gesture when someone passes an entity
from one hand to the other.

```
struct DidHandOff
```

## Topics

### Instance Properties

[`let entity: Entity`](/documentation/RealityKit/ManipulationEvents/DidHandOff/entity)

The component’s entity.

[`let newInputDeviceSet: ManipulationEvents.InputDeviceSet`](/documentation/RealityKit/ManipulationEvents/DidHandOff/newInputDeviceSet)

The input devices that the object is handed off to.

[`let oldInputDeviceSet: ManipulationEvents.InputDeviceSet`](/documentation/RealityKit/ManipulationEvents/DidHandOff/oldInputDeviceSet)

The set of input devices active before handoff was initiated.

## Relationships

### Conforms To

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Event`](/documentation/RealityKit/Event)

[`Sendable`](/documentation/Swift/Sendable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)