From 9eb93356086a67b84a79e3dbce9d53141f3df2a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Thu, 10 Jan 2019 14:34:15 +0100 Subject: doc: Sync classref with current source + AUTHORS edit --- doc/classes/Polygon2D.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/Polygon2D.xml b/doc/classes/Polygon2D.xml index c63d66ff5b..9803837e5d 100644 --- a/doc/classes/Polygon2D.xml +++ b/doc/classes/Polygon2D.xml @@ -87,6 +87,8 @@ The polygon's fill color. If [code]texture[/code] is defined, it will be multiplied by this color. It will also be the default color for vertices not set in [code]vertex_colors[/code]. + + Added padding applied to the bounding box when using [code]invert[/code]. Setting this value too small may result in a "Bad Polygon" error. Default value: [code]100[/code]. @@ -99,9 +101,9 @@ The polygon's list of vertices. The final point will be connected to the first. - + - + The polygon's fill texture. Use [code]uv[/code] to set texture coordinates. -- cgit v1.2.3