From 433b8ee526ca58e742848db012be21c17e8fa9c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sat, 26 Jan 2019 22:21:53 +0100 Subject: doc: Sync classref with current source --- doc/classes/CollisionObject2D.xml | 18 ++++++++++++++++++ doc/classes/CollisionPolygon2D.xml | 2 ++ doc/classes/CollisionShape2D.xml | 2 ++ doc/classes/EditorProperty.xml | 14 ++++++++++++++ doc/classes/InputEventMIDI.xml | 33 +++++++++++++++++++++++++++++++++ doc/classes/Physics2DServer.xml | 2 ++ doc/classes/StyleBox.xml | 6 ++++++ doc/classes/SurfaceTool.xml | 8 -------- doc/classes/Theme.xml | 8 ++++++++ doc/classes/TileSet.xml | 22 ++++++++++++++++++++++ 10 files changed, 107 insertions(+), 8 deletions(-) create mode 100644 doc/classes/InputEventMIDI.xml (limited to 'doc/classes') diff --git a/doc/classes/CollisionObject2D.xml b/doc/classes/CollisionObject2D.xml index 48a198b248..91f283a2b7 100644 --- a/doc/classes/CollisionObject2D.xml +++ b/doc/classes/CollisionObject2D.xml @@ -40,6 +40,14 @@ Returns the object's [RID]. + + + + + + + + @@ -185,6 +193,16 @@ If [code]enable[/code] is [code]true[/code], collisions for the shape owner originating from this [code]CollisionObject2D[/code] will not be reported to collided with [code]CollisionObject2D[/code]s. + + + + + + + + + + diff --git a/doc/classes/CollisionPolygon2D.xml b/doc/classes/CollisionPolygon2D.xml index f63adbf71a..3dd87a4120 100644 --- a/doc/classes/CollisionPolygon2D.xml +++ b/doc/classes/CollisionPolygon2D.xml @@ -22,6 +22,8 @@ If [code]true[/code], only edges that face up, relative to CollisionPolygon2D's rotation, will collide with other objects. + + The polygon's list of vertices. The final point will be connected to the first. diff --git a/doc/classes/CollisionShape2D.xml b/doc/classes/CollisionShape2D.xml index d3c616ee3d..07dbde1c21 100644 --- a/doc/classes/CollisionShape2D.xml +++ b/doc/classes/CollisionShape2D.xml @@ -20,6 +20,8 @@ Sets whether this collision shape should only detect collision on one side (top or bottom). + + The actual shape owned by this collision shape. diff --git a/doc/classes/EditorProperty.xml b/doc/classes/EditorProperty.xml index 7d09554330..b3fc036edb 100644 --- a/doc/classes/EditorProperty.xml +++ b/doc/classes/EditorProperty.xml @@ -9,6 +9,20 @@ + + + + + + + + + + + + + + diff --git a/doc/classes/InputEventMIDI.xml b/doc/classes/InputEventMIDI.xml new file mode 100644 index 0000000000..2cdd70e42c --- /dev/null +++ b/doc/classes/InputEventMIDI.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/classes/Physics2DServer.xml b/doc/classes/Physics2DServer.xml index cd887ff950..fe1465260f 100644 --- a/doc/classes/Physics2DServer.xml +++ b/doc/classes/Physics2DServer.xml @@ -735,6 +735,8 @@ + + Enables one way collision on body if [code]enable[/code] is [code]true[/code]. diff --git a/doc/classes/StyleBox.xml b/doc/classes/StyleBox.xml index dee3e6db49..be21abe275 100644 --- a/doc/classes/StyleBox.xml +++ b/doc/classes/StyleBox.xml @@ -27,6 +27,12 @@ + + + + + + diff --git a/doc/classes/SurfaceTool.xml b/doc/classes/SurfaceTool.xml index 2e5d5d81c9..fd158587e5 100644 --- a/doc/classes/SurfaceTool.xml +++ b/doc/classes/SurfaceTool.xml @@ -75,14 +75,6 @@ Specify a Tangent for the next Vertex to use. - - - - - - - - diff --git a/doc/classes/Theme.xml b/doc/classes/Theme.xml index 8c6acd2c51..bffd8ea6d9 100644 --- a/doc/classes/Theme.xml +++ b/doc/classes/Theme.xml @@ -80,6 +80,14 @@ Sets theme values to a copy of the default theme values. + + + + + + + + diff --git a/doc/classes/TileSet.xml b/doc/classes/TileSet.xml index 9e31f7e1b1..4abe94f119 100644 --- a/doc/classes/TileSet.xml +++ b/doc/classes/TileSet.xml @@ -439,6 +439,16 @@ Returns the one-way collision value of a tile's shape. + + + + + + + + + + @@ -633,6 +643,18 @@ Enables one-way collision on a tile's shape. + + + + + + + + + + + + -- cgit v1.2.3