ProtoFlux:Box

From Resonite Wiki
Revision as of 03:22, 18 April 2025 by Bree (talk | contribs) (cleanup)
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