toLocal method

Vector2 toLocal(
  1. Vector2 point
)

Implementation

Vector2 toLocal(Vector2 point) => transform.globalToLocal(point);