ProtoFlux:Unbox

From Resonite Wiki
Revision as of 16:23, 18 April 2025 by Yosh (talk | contribs) (rework)
Unbox
Input
*
Core

The Unbox<T> node converts a boxed object back into its underlying value type.

Inputs

Input (Object (Type))

The object to unbox.

Outputs

* (Generic)

The unboxed value of the object.

See also