---
title: "move(to:relativeTo:)"
framework: realitykit
role: symbol
role_heading: Instance Method
path: "realitykit/hastransform/move(to:relativeto:)-6jul8"
---

# move(to:relativeTo:)

Moves an entity instantly to a new location given by a 4x4 matrix.

## Declaration

```swift
@MainActor @preconcurrency func move(to transform: float4x4, relativeTo referenceEntity: Entity?)
```

## Parameters

- `transform`: A 4x4 matrix that indicates the new location.
- `referenceEntity`: The entity that defines a frame of reference. Set this to nil to indicate world space.

## See Also

### Moving an entity

- [move(to:relativeTo:)](realitykit/hastransform/move(to:relativeto:)-6lohd.md)
- [look(at:from:upVector:relativeTo:)](realitykit/hastransform/look(at:from:upvector:relativeto:).md)
- [look(at:from:upVector:relativeTo:forward:)](realitykit/hastransform/look(at:from:upvector:relativeto:forward:).md)
- [align(_:to:)](realitykit/hastransform/align(_:to:).md)
