Initializer
init(position:type:connection:) initWithPosition:type:connection: initWithPosition_type_connection_
Creates a node.
Declaration
init(position: NSPoint, type: GSNode.NodeType, connection: GSNode.Connection)Declaration
- (instancetype) initWithPosition:(NSPoint) position type:(GSNodeType) type connection:(GSNodeConnection) connection;Declaration
initWithPosition_type_connection_(position: NSPoint, type: GSNodeType, connection: GSNodeConnection) -> GSNodeSee Also
Creating a Node
Creates a node from a Glyphs file array representation.
Creates a node from a Glyphs file dictionary representation.
Creates a node from a Glyphs file element string representation.
Creates a node from the Glyphs file representation at the current parser position.