Version: 2018.3 (switch to 2019.1)
LanguageEnglish
  • C#

Vector4.normalized

public Vector4 normalized;

Description

Returns this vector with a magnitude of 1 (Read Only).

Note that the current vector is unchanged and a new normalized vector is returned. If you want to normalize the current vector, use Normalize method.

If the vector is too small to be normalized a zero vector will be returned.

See Also: Normalize method.

Did you find this page useful? Please give it a rating: