---
title: orientations
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/forceeffectparameters/orientations
---

# orientations

The orientations of all rigid bodies under the influence of the effect, or nil if rotational information was not requested.

## Declaration

```swift
let orientations: UnsafeForceEffectBuffer<simd_quatf>?
```

## Discussion

Discussion The orientation is relative to the effect’s transform.
