Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


InverseMultiplyRotation(PhysicsRotate)

Inverse Multiply a rotation with this rotation.
Read time 1 minuteLast updated 12 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

PhysicsRotateThe result of the inverse multiply rotation.