Legacy Documentation: Version 4.6(go to latest)
Language: English
  • C#
  • JS
  • Boo

Script language

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

RaycastHit2D.normal

public var normal: Vector2;

Description

The normal vector of the surface hit by the ray.

The normal vector of a surface is the vector that points outward perpenidularly at a given point on that surface. This vector can be useful in raycasting as a way to determine reflections or ricochets from projectiles or to align a character so that it stands upright on the surface.

Note that if a hit occurs starting inside a collider then the collision normal will be simply the opposite direction of the line/ray query.