Node Name | Description |
---|---|
Pack 2 | Pack 2 Values into a value2 (Ex: 2 floats into a float2) |
Pack 3 | Pack 3 Values into a value3 (Ex: 3 floats into a float3) |
Pack 4 | Pack 4 Values into a value2 (Ex: 4 floats into a float4) |
Pack Nullable | Turn any primitive data type (ex: bool or float) into a value that can be null (aka non existent) (TODO: Talk about using this with the "HasValue" on Dynamic Variables) |
Unpack 2 | Unpack value2 into 2 Values (Ex: float2 into 2 floats) |
Unpack 3 | Unpack value3 into 3 Values (Ex: float3 into 3 floats) |
Unpack 4 | Unpack value4 into 4 Values (Ex: float4 into 4 floats) |
Unpack Nullable | Turn a nullable back into it's original data type + a bool value for if it has the value. (TODO: Talk about using this with the "HasValue" on Dynamic Variables) |
Pages in category "ProtoFlux:Operators:Packing"
The following 8 pages are in this category, out of 8 total.