Component:DebugLinePoint

From Resonite Wiki
Component image 
Debug Line Point component as seen in the Scene Inspector

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.

Fields

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't.
LinePoint0 Float3 The starting point of the central line.
LinePoint1 Float3 the ending point of the central line.
Points direct SyncFieldList`1<Float3> A list of points to draw lines from to the closest point on the central line.

Examples

This article or section is a Stub. You can help the Resonite Wiki by expanding it.

See Also