Unbox
Core
The Unbox<T> node converts a boxed object back into its underlying value type.
Inputs
Input (Object)
The object to unbox.
Outputs
* (Generic)
The unboxed value of the object.
See also
- ProtoFlux:Box for boxing value types into objects
- Microsoft documentation on C# boxing and unboxing