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: IntCreates sharp, pointed corners (limited by miterLimit).
BEVEL: IntCreates flat, cut-off corners.
ROUND: IntCreates smooth circular arcs at corners.
Metadata
| Name | Parameters |
|---|---|
:hxGen |
- |