From 4e2ae2720f0003cbc69aa1c2880239b2104f7d1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Fri, 25 Aug 2017 19:26:30 +0200 Subject: [PATCH] doc: Sync with current source --- doc/base/classes.xml | 140 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 139 insertions(+), 1 deletion(-) diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 5800990fa2f..30c7a6f3ead 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -18896,6 +18896,12 @@ Return the point in space where the body is touching another. If there is no collision, this method will return (0,0), so collisions must be checked first with [method is_colliding]. + + + + + + @@ -18910,6 +18916,24 @@ Return whether the body is colliding with another. + + + + + + + + + + + + + + + + + + @@ -18919,6 +18943,20 @@ Move the body in the given direction, stopping if there is an obstacle. The returned vector is how much movement was remaining before being stopped. + + + + + + + + + + + + + + @@ -38013,7 +38051,9 @@ - + + + @@ -38539,6 +38579,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + SSL Stream peer. @@ -40048,6 +40144,12 @@ Specify a Tangent for the next Vertex to use. + + + + + + @@ -40093,6 +40195,16 @@ Specify weight value for next Vertex to use. + + + + + + + + + + @@ -40114,6 +40226,14 @@ Returns a constructed [Mesh] from current information passed in. If an existing [Mesh] is passed in as an argument, will add an extra surface to the existing [Mesh]. + + + + + + + + Removes index array by expanding Vertex array. @@ -40124,6 +40244,10 @@ Generates normals from Vertices so you do not have to do it manually. + + + + Shrinks Vertex array by creating an index array. Avoids reusing Vertices. @@ -41947,6 +42071,14 @@ Return an array of all cells containing a tile from the tileset (i.e. a tile index different from -1). + + + + + + + + @@ -47615,6 +47747,12 @@ + + + + + +