MultiplyRotation(PhysicsRotate)
Multiply a rotation with this rotation.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Method
- Namespace: UnityEngine.LowLevelPhysics2D
- Assembly: UnityEngine.Physics2DModule
public readonly PhysicsRotate MultiplyRotation(PhysicsRotate rotation)
Parameters
The rotation to multiply by.
Returns
Type | Description |
|---|---|
| PhysicsRotate | The result of the multiply rotation. |