We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
##Sample
http://joelmartinez.github.io/flatredball-js/#line
You can create lines by calling the sprite manager's addLine method, and supplying the start and end vectors.
addLine
var line = frb.SpriteManager.addLine(0,0, 20,20);
The points are in world space, and can be controlled independently.
start
end
lineColor
lineWidth