summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLoipesMas <46327403+LoipesMas@users.noreply.github.com>2021-08-17 20:05:38 +0200
committerLoipesMas <46327403+LoipesMas@users.noreply.github.com>2021-08-23 13:14:36 +0200
commitb047430702206c9c1f467cc13f0263ddb4096524 (patch)
treecc29ed1bdacc92666caeacdd1c84bdad3e291a35 /doc
parent4e6e25eae70e16e1c777fb40075465ffc5f2b9ee (diff)
Add note about batching to Line2D's anti-aliasing
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/Line2D.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/Line2D.xml b/doc/classes/Line2D.xml
index 093ba51755..4d9abbbb19 100644
--- a/doc/classes/Line2D.xml
+++ b/doc/classes/Line2D.xml
@@ -58,6 +58,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.