Box
Core
The Box<T> node takes in a value type and converts it to an object.
Inputs
Box (Generic)
The value to box into an object.
Outputs
* (Object)
The converted value as an object.
See also
- ProtoFlux:Unbox for unboxing objects into their underlying type
- Microsoft documentation on C# boxing and unboxing