diff options
author | lawnjelly <lawnjelly@users.noreply.github.com> | 2021-08-23 13:48:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-23 13:48:42 +0100 |
commit | d354adc5d0985e03e627484351dafaac9881681c (patch) | |
tree | 3dd47de579f45171bb439ac9c585a6be2ae78645 /doc/classes | |
parent | a0ef77eaee427cf077ac884a8d3a956137ee615a (diff) | |
parent | b047430702206c9c1f467cc13f0263ddb4096524 (diff) |
Merge pull request #51803 from LoipesMas/master
Add note about batching to Line2D's anti-aliasing
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/Line2D.xml | 1 |
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. |