# IntegrateRotation(float)

> Integrate the rotation using the specified angle change.

## Definition

* **Type:** Method
* **Namespace:** [Unity.U2D.Physics](/engine/6000.7/script-reference/unity/u2d/physics.md)
* **Assembly:** UnityEngine.PhysicsCore2DModule

```csharp
public readonly PhysicsRotate IntegrateRotation(float deltaAngle)
```

### Parameters

**** (\[float]\(https\://learn.microsoft.com/dotnet/api/system.single)): The angle to integrate the rotation with, in radians.

### Returns

| Type                                                                                | Description              |
| ----------------------------------------------------------------------------------- | ------------------------ |
| [PhysicsRotate](/engine/6000.7/script-reference/unity/u2d/physics/physicsrotate.md) | The integrated rotation. |
