Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetWorldVector(Vector2)

Gets a world vector transformed from a local vector relative to the body.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Method
  • Namespace: Unity.U2D.Physics
  • Assembly: UnityEngine.PhysicsCore2DModule
public Vector2 GetWorldVector(Vector2 localVector)

Parameters

localVector

The local vector to transform.

Returns

Type

Description

Vector2The transformed world vector.