clarify [member polygons] functionality in the Polygon2D class documentation
This commit is contained in:
parent
ad3f2a2340
commit
de66acc624
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@
|
|||
[b]Note:[/b] This returns a copy of the [PackedVector2Array] rather than a reference.
|
||||
</member>
|
||||
<member name="polygons" type="Array" setter="set_polygons" getter="get_polygons" default="[]">
|
||||
The list of polygons, in case more than one is being represented. Every individual polygon is stored as a [PackedInt32Array] where each [int] is an index to a point in [member polygon]. If empty, this property will be ignored, and the resulting single polygon will be composed of all points in [member polygon], using the order they are stored in.
|
||||
</member>
|
||||
<member name="skeleton" type="NodePath" setter="set_skeleton" getter="get_skeleton" default="NodePath("")">
|
||||
</member>
|
||||
|
|
Loading…
Reference in a new issue