ScriptableLineJoin

ceramic.scriptable.ScriptableLineJoin (Class)

Scriptable wrapper for LineJoin to expose line join modes to scripts.

This class provides constants that define how line segments are joined at corners. In scripts, this type is exposed as LineJoin (without the Scriptable prefix).

See: ceramic.LineJoin The actual implementation, ceramic.Line For using joins with lines

Static Members

MITER: Int

Creates sharp, pointed corners (limited by miterLimit).


BEVEL: Int

Creates flat, cut-off corners.


ROUND: Int

Creates smooth circular arcs at corners.

Metadata

Name Parameters
:hxGen -