# TransformPlane

> Returns a plane that is transformed in space.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine](/engine/6000.6/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

## TransformPlane(Plane)

Returns a plane that is transformed in space.

```csharp
public readonly Plane TransformPlane(Plane plane)
```

### Parameters

**** (\[Plane]\(/engine/6000.6/script-reference/unityengine/plane)):&#x20;

### Returns

| Type                                                          | Description |
| ------------------------------------------------------------- | ----------- |
| [Plane](/engine/6000.6/script-reference/unityengine/plane.md) |             |

## TransformPlane(Plane)

Returns a plane that is transformed in space.

```csharp
public readonly Plane TransformPlane(in Plane plane)
```

### Parameters

**** (\[Plane]\(/engine/6000.6/script-reference/unityengine/plane)):&#x20;

### Returns

| Type                                                          | Description |
| ------------------------------------------------------------- | ----------- |
| [Plane](/engine/6000.6/script-reference/unityengine/plane.md) |             |
