GSNodeType Constants Reference
| Declared in | GSNode.h |
GSNodeType
An enumeration of node and connection types.
Definition
typedef NS_ENUM(uint8_t,
GSNodeType ) {
MOVE = 17,
LINE = 1,
CURVE = 35,
OFFCURVE = 65,
QCURVE = 36,
HOBBYCURVE = 37,
SHARP = 0,
SMOOTH = 100,
SPECIAL = 101,
};
Constants
MOVE-
Move
Declared In
GSNode.h. LINE-
Line
Declared In
GSNode.h. CURVE-
Curve
Declared In
GSNode.h. OFFCURVE-
Offcurve
Declared In
GSNode.h. QCURVE-
Quadratic curve
Declared In
GSNode.h. HOBBYCURVE-
An enumeration of node and connection types.
Declared In
GSNode.h. SHARP-
Sharp connection
Declared In
GSNode.h. SMOOTH-
Smooth connection
Declared In
GSNode.h. SPECIAL-
An enumeration of node and connection types.
Declared In
GSNode.h.