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`.
- Assembly
- Kybernetik
.InspectorGadgets .Editor .dll - Namespace
- InspectorGadgets
- Containing Type
- NullableVector4
Syntax
public Vector4 ToVector4(Vector4 fallback)
Parameters
Name | Type | Description |
---|---|---|
fallback | Vector4 |
Return Value
Type | Description |
---|---|
Vector4 |