NullableVector4.

NullableVector4(Nullable<float>[]) Constructor

Summary

Creates a new InspectorGadgets.NullableVector4 using the first 4 elements of the specified array as its components.

Syntax

public NullableVector4(Nullable<float>[] values)

Parameters

Name Type Description
values Nullable<float>[]

Return Value

Type Description
void