The color tint to apply to this model when it is displayed.
A name that's applied to the node in the monitor and other tools. This name has no effect at runtime.
Distance in meters to leave as a gap between the end point and the start of the actual line.
ID or address of the end point of this segment.
This is the ID of the DOM element that is created as the parent of the component. It is used to reference other nodes in the gadget. If it is specified, it must be unique within the gadget.
Set this prop to be notified when the node is assigned its endpoint address. This is not necessary for most nodes.
An alias for debugName.
Distance in meters to leave as a gap between the start point and the start of the actual line.
The thickness of the line in meters.
Controls whether or not this node and its children are visible. If retaining the state of a node is important as it comes and goes, use the visible prop instead of omitting the node from the render function. This allows the renderer to retain the node's state even when you don't want it to draw.
Generated using TypeDoc
Props for AvLine