Ray.direction
var direction: Vector3;
Vector3 direction;
direction as Vector3
Description

The direction of the ray.

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