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: Int

Line ends exactly at the endpoint.


SQUARE: Int

Line extends past the endpoint by half the line thickness.


ROUND: Int

Semicircular cap at the endpoint.

Metadata

Name Parameters
:hxGen -