浏览代码

Add note about batching to Line2D's anti-aliasing

(cherry picked from commit b047430702206c9c1f467cc13f0263ddb4096524)
LoipesMas 4 年之前
父节点
当前提交
7f0094ca9f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      doc/classes/Line2D.xml

+ 1 - 0
doc/classes/Line2D.xml

@@ -59,6 +59,7 @@
 	<members>
 		<member name="antialiased" type="bool" setter="set_antialiased" getter="get_antialiased" default="false">
 			If [code]true[/code], the line's border will be anti-aliased.
+			[b]Note:[/b] Line2D is not accelerated by batching when being anti-aliased.
 		</member>
 		<member name="begin_cap_mode" type="int" setter="set_begin_cap_mode" getter="get_begin_cap_mode" enum="Line2D.LineCapMode" default="0">
 			Controls the style of the line's first point. Use [enum LineCapMode] constants.