---
title: transform
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/projectivetransformcameracomponent/transform
---

# transform

The custom projection RealityKit applies to objects in the scene.

## Declaration

```swift
var transform: float4x4
```

## Discussion

Discussion The value defaults to 4x4 zero matrix. Swap the near and far values to use a reverse depth matrix.
