---
title: identity
framework: realitykit
role: symbol
role_heading: Type Property
path: realitykit/transform/identity
---

# identity

The identity transform.

## Declaration

```swift
static let identity: Transform
```

## Discussion

Discussion The identity transform is defined as scale = (1, 1, 1), rotation = (0, 0, 0, 1), and translation = (0, 0, 0).
