Controls & Shortcuts
NodeCanvas快捷键
官方文档地址:https://nodecanvas.paradoxnotion.com/documentation/?section=controls-shortcuts
以下是节点/画布的控制及快捷操作:
- Right Click on the canvas to add a new node.
鼠标右键单击画布以添加新节点 - Click & Drag to pan the node.
单击并拖动以平移节点 - Middle Click & Drag to pan the canvas.
单击鼠标滚轮并拖动以平移画布 - ALT + Click & Drag to pan the canvas. This is useful in laptops without a middle mouse click!
按住Alt键并拖动以平移画布 - Shift + Click & Drag a node to pan it and all of its children together; panning a branch.
按住Shift键并拖动一个节点以将其及其子节点一起平移;平移树枝 - Click & Drag from a port over a target node to connect. Right click a connected port to disconnect.单击并拖动目标节点上的输出端口以连接。右键单击一个已连接的输出端口以断开连接
- Click & Drag from a port into empty canvas space, will show context menu to automaticaly create and connect a new node.
单击并拖动一个输出端口到一个空的画布空间,将显示节点菜单以自动创建和连接新节点 - Click a connected port or connection itself to select the connection.
单击已连接的端口或连接本身以选择连接(连接指的是这条连接线)。 - Delete the selected node or connection with Delete Key, or through the right click context menu.
使用Delete键以删除选择的节点或连接线,或者通过右键节点菜单来进行删除操作 - Control + D to duplicate a node, or through the right click context menu.
Ctrl键+D以复制节点,或者通过右键节点菜单来进行复制。 - Double Clicking a node will open it’s script in the IDE, unless it’s a Nested Node in which case it will open the nested tree.
双击一个节点将在IDE中打开它的脚本,除非它是嵌套节点,在这种情况下,它将打开嵌套树。 - Relink a connection by click and dragging it over a new node. Hold Shift to relink source instead of target.
通过单击并拖动到新节点上以重新链接一条新连接线。按住Shift键以重新链接来源节点而不是目标节点。 - Hit “F” will focus the canvas on the center of all your nodes within it.
点击F键将使画布集中在其中所有节点的中心 - Mouse Scroll Wheel will Zoom In/Out the canvas.
鼠标滚轮将放大/缩小画布 - Left Click and Drag in the canvas, will allow you to create a selection rectangle.
在画布中单击并拖动鼠标左键,可以创建一个选择矩形 - Holding Control while making a rectangle selection and upon releasing the mouse button, will create a Canvas Group.
在选择矩形时按住Control键并释放鼠标按钮,将创建一个画布组
On right click on a node or connection link, a context menu will show up. Depending on the node or connection type there might be different extra options. Following are the common operations: 右键单击节点或连接链接时,将显示节点菜单。根据不同节点或连接类型,可能会有不同的额外选项。以下是常见的操作:
- Delete: Deletes the Node or Connection. (available in multiselection as well).
Delete:删除节点或连接(也可在multiselection中使用) - Copy Node: Copies the Node possible to Paste later. (available in multiselection as well)
Copy Node:复制节点以稍后粘贴(也可在multiselection中使用) - Copy Assigned Task: Will copy the task that has been assigned to the Node or Connection.
Cope Assigned Task:将复制已指定或连接的Task。 - Paste Assigned Task: Will paste the currently copied Task to the Node or Connection and assign it.
Paste Assigned Task:将当前复制的Task粘贴到节点或连接并指定它。
Copy pasting of assigned Tasks can be done even across different graphs! 即使在不同的图形中,也可以复制粘贴指定的Task!
- To Copy an individual Task, Right Click on the Task in question and select “Copy Task”.
要复制单个Task,请右键单击相关Task并选择“Copy Task”。 - To Paste a previously copied Task, hit the “Assign Task” button in the Node inspector where tasks can be assigned and select “Paste Task” option in the pop-up menu.
要粘贴以前复制的Task,请点击可指定Task的节点检查器中的“Assign Task”按钮,然后在弹出菜单中选择“Paste Task”选项。
以上内容有任何翻译错误或改进建议,请慷慨私信~
|