<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/ManipulationComponent/releaseBehavior-swift.property",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:17RealityFoundation21ManipulationComponentV15releaseBehaviorAC07ReleaseF0Vvp"
  },
  "title" : "releaseBehavior"
}
-->

# releaseBehavior

The behavior to apply to the object’s transform when someone releases it.

```
var releaseBehavior: ManipulationComponent.ReleaseBehavior
```

## Discussion

By default, the `releaseBehavior` is [`reset`](/documentation/RealityKit/ManipulationComponent/ReleaseBehavior-swift.struct/reset), which animates the object
to its initial pose relative to its parent.

---

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)