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