---
title: localSpacePositions
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/clothbodyevents/newsimulationpositions/localspacepositions
---

# localSpacePositions

The new simulation positions of the body’s particles, in local space.

## Declaration

```swift
var localSpacePositions: Span<SIMD3<Float>> { get }
```

## Discussion

Discussion The lifetime of this span is tied to the owning event, and thus cannot escape it. This data is only available during the subscription callback in which the owning event is provided. If you store the event and attempt to access this data after the subscription callback, then you will get an empty span instead.

## See Also

### Accessing local space positions

- [withLocalSpacePositions(_:)](realitykit/clothbodyevents/newsimulationpositions/withlocalspacepositions(_:).md)
