From 92f07fefcd334686e81f56555d83530ae6741c2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Fri, 24 Nov 2017 18:10:32 +0100 Subject: doc: Remove setters and getters now exposed via properties/members --- doc/classes/CollisionPolygon2D.xml | 61 -------------------------------------- 1 file changed, 61 deletions(-) (limited to 'doc/classes/CollisionPolygon2D.xml') diff --git a/doc/classes/CollisionPolygon2D.xml b/doc/classes/CollisionPolygon2D.xml index 4383b42d7e..af5bdad2e1 100644 --- a/doc/classes/CollisionPolygon2D.xml +++ b/doc/classes/CollisionPolygon2D.xml @@ -11,67 +11,6 @@ - - - - - Return whether the polygon is a [ConvexPolygonShape2D] ([code]build_mode==0[/code]), or a [ConcavePolygonShape2D] ([code]build_mode==1[/code]). - - - - - - - Return the list of points that define the polygon. - - - - - - - - - - - - - - - - - - - - - Set whether the polygon is to be a [ConvexPolygonShape2D] ([code]build_mode==0[/code]), or a [ConcavePolygonShape2D] ([code]build_mode==1[/code]). - - - - - - - - - - - - - - - - - - - - - - - - - Set the array of points forming the polygon. - When editing the point list via the editor, depending on [method get_build_mode], it has to be a list of points (for [code]build_mode==0[/code]), or a list of lines (for [code]build_mode==1[/code]). In the second case, the even elements of the array define the start point of the line, and the odd elements the end point. - - -- cgit v1.2.3