Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


direction

The direction of the ray.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public Vector3 direction { readonly get; set; }

Remarks

Direction is always a normalized vector. If you assign a vector of non unit length, it will be normalized.