ProtoFlux:Debug Box

From Resonite Wiki
Revision as of 19:47, 25 February 2024 by 989onan (talk | contribs) (Create Debug Box ProtoFlux Node Page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Debug Box
*
Next
Point
Size
Orientation
Color
Duration
Debug

Debug Box is a ProtoFlux node that when called will make a cube visual at the global coordinates with a size provided and will appear for a duration in seconds. The visual will appear under the Root of a world.

See also: Coordinate spaces

Inputs

* (Call)

Call this to spawn a debug box visual in the root of the world with the provided parameters.

Position (float3)

The position in global space for the debug visual. Default at the node.

Size (float3)

The size of the box visual in meters.

Orientation (floatQ)

The Rotation in global space for the debug visual. Default 0.

ForwardColor (colorX)

The color for the box visual generated. Defaults to white.

Duration (float)

How long the debug box visual appears for in seconds.

Outputs

Next (Continuation)

Fires after * (Call) is impulsed and the visual was created successfully.

Examples