NullableVector4.

ToVector4(Vector4) Method

Summary

Returns a new UnityEngine.Vector4 using components of this vector. Any components which are null will instead use the corresponding component of the specified `fallback`.

Syntax

public Vector4 ToVector4(Vector4 fallback)

Parameters

Name Type Description
fallback Vector4

Return Value

Type Description
Vector4