Instance Method
move(to:connection:selected:attributes:) moveTo:connection:selected:attributes: moveTo_connection_selected_attributes_
Declaration
optional func move(to pt: NSPoint, connection: GSNode.Connection, selected: Bool, attributes: [AnyHashable : Any]! = [:])Declaration
- (void) moveTo:(NSPoint) pt connection:(GSNodeConnection) connection selected:(BOOL) selected attributes:(NSDictionary *) attributes;Declaration
moveTo_connection_selected_attributes_(pt: NSPoint, connection: GSNodeConnection, selected: bool, attributes: dict)