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