InverseRotateVector(Vector2)
Inverse Rotate a vector.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.U2D.Physics
- Assembly: UnityEngine.PhysicsCore2DModule
public readonly Vector2 InverseRotateVector(Vector2 vector)
Parameters
The vector to inverse rotate.
Returns
Type | Description |
|---|---|
| Vector2 | The result of the inverse vector rotation. |