Class WebSceneBetweenLine#

Class Documentation#

class WebSceneBetweenLine#

A class used to hold parameters for drawing a line between nodes.

Public Members

kc::id_t node1#

The ID of one of the nodes to draw a line between.

kc::id_t node2#

The ID of the other node to draw a line between.

Color color1#

The color of the line at node 1.

Color color2#

The color of the line at node 2.

bool dashed#

Whether the line should be dashed or not.