The '''DebugLinePoint''' component draws a line from <code>LinePoint0</code> to <code>LinePoint1</code> which is the central line. When attached, it generates 128 random Float3's which get added to <code>Points</code>. Every point in said list have a line drawn from them to the closest point on the central line.
== Usage ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|LinePoint0|Float3|
|LinePoint0|Float3| The starting point of the central line.
|LinePoint1|Float3|
|LinePoint1|Float3| the ending point of the central line.
|Points|{{RootFieldType|SyncFieldList`1|[[Type:Float3|Float3]]}}|TypeAdv2=true| A list of points to draw lines from to the closest point on the central line.
}}
}}
== Behavior ==
== Examples ==
== Examples ==
{{stub}}
== See Also ==
== See Also ==
Line 20:
Line 19:
[[Category:Components:Debug{{#translation:}}|Debug Line Point]]
[[Category:Components:Debug{{#translation:}}|Debug Line Point]]
[[Category:Components{{#translation:}}|Debug Line Point]]
[[Category:Components{{#translation:}}|Debug Line Point]]
The DebugLinePoint component draws a line from LinePoint0 to LinePoint1 which is the central line. When attached, it generates 128 random Float3's which get added to Points. Every point in said list have a line drawn from them to the closest point on the central line.