ScriptableLineCap
ceramic.scriptable.ScriptableLineCap (Class)
Scriptable wrapper for LineCap to expose line cap modes to scripts.
This class provides constants that define how line ends are rendered.
In scripts, this type is exposed as LineCap (without the Scriptable prefix).
See: ceramic.LineCap The actual implementation, ceramic.Line For using caps with lines
Static Members
BUTT: IntLine ends exactly at the endpoint.
SQUARE: IntLine extends past the endpoint by half the line thickness.
ROUND: IntSemicircular cap at the endpoint.