IntegrateRotation(float)
Integrate the rotation using the specified angle change.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine.LowLevelPhysics2D
- Assembly: UnityEngine.Physics2DModule
public readonly PhysicsRotate IntegrateRotation(float deltaAngle)
Parameters
The angle to integrate the rotation with, in radians.
Returns
Type | Description |
|---|---|
| PhysicsRotate | The integrated rotation. |