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