---
title: "applying(_:)"
framework: realitykit
role: symbol
role_heading: Instance Method
path: "realitykit/transform/applying(_:)"
---

# applying(_:)

Returns a transformed copy of the value.

## Declaration

```swift
func applying(_ transform: ProjectiveTransform3DFloat) -> Transform
```

## Parameters

- `transform`: A transform the function applies to the value.
