Summary
Creates a new
InspectorGadgets.NullableVector4 with the specified components.- Assembly
- Kybernetik
.InspectorGadgets .Editor .dll - Namespace
- InspectorGadgets
- Containing Type
- NullableVector4
Syntax
public NullableVector4(Nullable<float> x = null, Nullable<float> y = null, Nullable<float> z = null, Nullable<float> w = null)
Parameters
| Name | Type | Description |
|---|---|---|
| x | Nullable |
|
| y | Nullable |
|
| z | Nullable |
|
| w | Nullable |
Return Value
| Type | Description |
|---|---|
| void |