Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

vector

The vector to rotate.

Returns

Type

Description

Vector2The result of the vector rotation.