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.
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.
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.
This game element is a debug item. Elements like this may be removed at any time without warning, and creations should not rely on it.