ProtoFlux:Box: Difference between revisions

From Resonite Wiki
Standardize
add to category
 
Line 31: Line 31:
File:ProtoFlux_Example_Box|an example using a mix of Boxes and casts for a format string node.
File:ProtoFlux_Example_Box|an example using a mix of Boxes and casts for a format string node.
</gallery>
</gallery>
[[Category:ProtoFlux:Core]]

Latest revision as of 22:06, 24 February 2024

Box
Box
*
Core

Allows converting a input instance of a ValueType to a Object representation.

Inputs

Box (Generic)

The value to box into an object

Outputs

* (Object)

The resulting Object that contains Box (Generic)'s output.

Examples