Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

ColliderDistance2D.normal

public Vector2 normal;

Description

A normalized vector that points from pointB to pointA.

The normalized vector points from pointB to pointA. When it is scaled with the distance is produces a vector that can be used to move the Collider2D so that they are no longer overlapped (if the distance is negative) or so they are touching (if the distance is positive).