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