ProtoFlux:Unbox: Difference between revisions

From Resonite Wiki
rework
m link
 
Line 16: Line 16:
== Inputs ==
== Inputs ==


=== Input ([[Type:Object|Object (Type)]]) ===
=== Input ([[Type:Object|Object]]) ===


The object to unbox.
The object to unbox.

Latest revision as of 16:24, 18 April 2025

Unbox
Input
*
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