NullableVector4.

ToVector3() Method

Summary

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

Syntax

public Vector3 ToVector3()

Return Value

Type Description
Vector3