ProtoFlux:Box

From Resonite Wiki
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