浏览代码

Update render.md

Björn Ritzl 6 年之前
父节点
当前提交
435cd51b48
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      docs/en/manuals/render.md

+ 1 - 0
docs/en/manuals/render.md

@@ -293,6 +293,7 @@ Rendering of the nodes in a GUI component are done from top to bottom of the nod
 * Uses the same texture (atlas or tile source)
 * Uses the same texture (atlas or tile source)
 * Has the same blend mode.
 * Has the same blend mode.
 * Has the same font (only for text nodes)
 * Has the same font (only for text nodes)
+* Has the same stencil settings
 
 
 ::: sidenote
 ::: sidenote
 Rendering of nodes are done per component. This means that nodes from different GUI components will not be batched.
 Rendering of nodes are done per component. This means that nodes from different GUI components will not be batched.