Version: 2018.4
public Vector4 normalized ;

説明

magnitude を 1 としたベクトル(読み取り専用)

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.

ベクトルが小さすぎる場合、正規化されたものは 0 ベクトルとして返されます。

See Also: Normalize method.