瀏覽代碼

GUI manual: added note about z values on nodes.

Mikael Säker 7 年之前
父節點
當前提交
0ef2e5d2f3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/en/manuals/gui.md

+ 1 - 1
docs/en/manuals/gui.md

@@ -244,7 +244,7 @@ Clipping Inverted (box, pie and spine nodes)
 
 ## Draw order 
 
-All nodes are rendered in the order they are listed under the "Nodes" folder. The node on top of the list is drawn first and will appear behind every other node. The last node in the list is drawn last, meaning it will appear in front of all other nodes. The Z-values on nodes does not control the draw order. You can override the index ordering of nodes with layers (see below).
+All nodes are rendered in the order they are listed under the "Nodes" folder. The node at the top of the list is drawn first and will thus appear behind every other node. The last node in the list is drawn last, meaning it will appear in front of all other nodes. Altering the Z-value on a node does not control its draw order; however, if you set the Z-value outside of your render script's render range the node will no longer be rendered to screen. You can override the index ordering of nodes with layers (see below).
 
 ![Draw order](images/gui/draw_order.png){srcset="images/gui/[email protected] 2x"}