enum LineType
An enumeration indicating how input points should be interpreted to create lines
Parent type
LineType appears in the LinePrimitive message schema.
Schema
name | value | description |
---|---|---|
LINE_STRIP | 0 | 0-1, 1-2, ..., (n-1)-n |
LINE_LOOP | 1 | 0-1, 1-2, ..., (n-1)-n, n-0 |
LINE_LIST | 2 | 0-1, 2-3, 4-5, ... |