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