ProtoFlux:Debug Text

From Resonite Wiki
Debug Text
*
Next
Point
Text
Size
Color
Duration
Debug

Debug Text is a ProtoFlux node that when called will make a text visual at a global Point (float3) and will appear for a duration in seconds. The text that appears will always face in the direction toward you the moment this node is called. The visual will appear under the Root of a world. In most cases, the debug visuals will be drawn over most materials, letting you see them easily.

See also: Coordinate spaces

* (Call)

Create the Text debug visual with the given parameters.

Point (float3)

The position in global coordinates to put the visual.

Text (string)

The text to display on the visual.

Size (float)

The size the visual should be.

Color (colorX)

The color the visual should be.

Duration (float)

How long the visual should appear for.

Outputs

Next (Continuation)

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