---
title: releaseBehavior
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/manipulationcomponent/releasebehavior-swift.property
---

# releaseBehavior

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

## Declaration

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

## Discussion

Discussion By default, the releaseBehavior is reset, which animates the object to its initial pose relative to its parent.

## See Also

### Configuring the manipulation

- [configureEntity(_:hoverEffect:allowedInputTypes:collisionShapes:)](realitykit/manipulationcomponent/configureentity(_:hovereffect:allowedinputtypes:collisionshapes:).md)
- [audioConfiguration](realitykit/manipulationcomponent/audioconfiguration-swift.property.md)
- [dynamics](realitykit/manipulationcomponent/dynamics-swift.property.md)
