---
title: FromToByAction.TransformMode
framework: realitykit
role: symbol
role_heading: Enumeration
path: realitykit/fromtobyaction/transformmode
---

# FromToByAction.TransformMode

Options available to determine the space the bound entity should be relative to.

## Declaration

```swift
enum TransformMode
```

## Overview

Overview The FromToByAction structure accepts this enumeration as an initializer argument when the FromToByAction value is a Transform type.

## Topics

### Enumeration Cases

- [FromToByAction.TransformMode.local](realitykit/fromtobyaction/transformmode/local.md)
- [FromToByAction.TransformMode.parent](realitykit/fromtobyaction/transformmode/parent.md)
- [FromToByAction.TransformMode.relative(to:)](realitykit/fromtobyaction/transformmode/relative(to:).md)
- [FromToByAction.TransformMode.scene](realitykit/fromtobyaction/transformmode/scene.md)

### Type Properties

- [default](realitykit/fromtobyaction/transformmode/default.md)

## Relationships

### Conforms To

- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
