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

# ManipulationEvents.DidUpdateTransform

The event that occurs repeatedly when the entity’s transform updates during a manipulation gesture.

```
struct DidUpdateTransform
```

## Topics

### Instance Properties

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

The component’s entity.

[`let inputDeviceSet: ManipulationEvents.InputDeviceSet`](/documentation/RealityKit/ManipulationEvents/DidUpdateTransform/inputDeviceSet)

The active set of `InputDevice`s on the entity.

[`let pivotPoint: Point3DFloat`](/documentation/RealityKit/ManipulationEvents/DidUpdateTransform/pivotPoint)

This point is in the coordinate space of `entity`

## Relationships

### Conforms To

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

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

[`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)