====== DebugView::addLine ====== ( Point3F start, Point3F end, Color3F color)Cause a line to be drawn persistently by the DebugView. ===== Syntax ===== void DebugView::addLine(Point3F %start, Point3F %end, Color3F %color); ===== Parameters ===== [[scripting:doc:engine:types:Point3F|Point3F]] **%%%start%%**\\ No description available. [[scripting:doc:engine:types:Point3F|Point3F]] **%%%end%%**\\ No description available. [[scripting:doc:engine:types:Color3F|Color3F]] **%%%color%%**\\ No description available. ===== Return value ===== [[scripting:doc:engine:types:void|void]]\\ No description available. ===== Remarks ===== ===== Examples ===== ===== Source ===== Engine ===== See also ===== [[scripting:doc:u:debugview:clearlines|DebugView::clearLines]]\\ [[scripting:doc:u:debugview:cleartext|DebugView::clearText]]\\ [[scripting:doc:u:debugview:settext|DebugView::setText]]\\ ===== References ===== This function is not called by any other functions.