OffsetPolygonRenderMixin is a mixin containing rules that can be used by other designs.
We do not use it alone, instead, it is used to add the rules to other designs.
Rules
islandSegments: | Internal use only |
Mixins
Render3Mixin
FrameMixin
RULE NAME |
TYPE |
DEFAULTS |
CATEGORY |
FLAGS |
islandSegments |
array |
const arr = []; this.islands.forEach(isl => { for (let i=0; i<isl.length-1; i++) { arr.push([isl[i], isl[i+1]]); } }); return arr; |
None |
Cached |
OffsetPolygon