The Normal
property of the Vector3Int
struct returns a unit vector (a vector with a length of 1) that represents the direction of the original vector. This property is useful for obtaining the direction of a vector without regard to its magnitude. It is important to note that the returned value is a Vector3
, not a Vector3Int
, as unit vectors typically require floating-point precision.