ProtoFlux:Debug Line

From Resonite Wiki
Revision as of 20:40, 25 February 2024 by 989onan (talk | contribs) (Create Debug Line ProtoFlux Node Page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Debug Line
*
Next
Point0
Point1
Color
Radius
Duration
Debug

Debug Line is a ProtoFlux node that creates a line going between Point0 to Point1 in global space. The visual will appear under the Root of a world.

This is useful for Vector debugging.

See also: Coordinate spaces

Inputs

* (Call)

Create the Line debug visual with the given parameters.

Point0 (float3)

The first point of the line visual in global space.

Point1 (float3)

The second point of the line visual in global space.

Color (colorX)

The color the visual should be.

Radius (float)

The distance from the center line to the outside edge in meters.

Duration (float)

How long the visual should appear in seconds.

Outputs

Next (Continuation)

Fires after * (Call) has been called and the visual was created.

Examples