NullableVector4.

ToVector4() Method

Summary

Returns a new UnityEngine.Vector3 using components of this vector. Any components which are null will be set to 0.

Syntax

public Vector4 ToVector4()

Return Value

Type Description
Vector4