From 4f929a0fdfae24b1ca5acf0b732219119090ee43 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Tue, 12 Sep 2017 17:42:36 -0300 Subject: Changed the doc class generation to individual files per class. It is also possible to save module files in module directories and the build system will recognize them. --- doc/classes/RectangleShape2D.xml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 doc/classes/RectangleShape2D.xml (limited to 'doc/classes/RectangleShape2D.xml') diff --git a/doc/classes/RectangleShape2D.xml b/doc/classes/RectangleShape2D.xml new file mode 100644 index 000000000..2f9f20841 --- /dev/null +++ b/doc/classes/RectangleShape2D.xml @@ -0,0 +1,37 @@ + + + + Rectangle Shape for 2D Physics. + + + Rectangle Shape for 2D Physics. This shape is useful for modeling box-like 2D objects. + + + + + + + + + + + Return the half extents, the actual width and height of this shape is twice the half extents. + + + + + + + + + Set the half extents, the actual width and height of this shape is twice the half extents. + + + + + + + + + + -- cgit v1.2.3-70-g09d2