| Node Name | Description |
|---|---|
| Pack2 | Pack 2 Values into a value2 (Ex: 2 floats into a float2) |
| Pack3 | Pack 3 Values into a value3 (Ex: 3 floats into a float3) |
| Pack4 | Pack 4 Values into a value2 (Ex: 4 floats into a float4) |
| PackNullable | 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) |
| Unpack2 | Unpack value2 into 2 Values (Ex: float2 into 2 floats) |
| Unpack3 | Unpack value3 into 3 Values (Ex: float3 into 3 floats) |
| Unpack4 | Unpack value4 into 4 Values (Ex: float4 into 4 floats) |
| UnpackNullable | 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.