ProtoFlux:Box

From Resonite Wiki
Revision as of 16:23, 18 April 2025 by Yosh (talk | contribs) (add unbox to see also)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Box
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