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/World2D.xml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 doc/classes/World2D.xml (limited to 'doc/classes/World2D.xml') diff --git a/doc/classes/World2D.xml b/doc/classes/World2D.xml new file mode 100644 index 0000000000..d57117fef0 --- /dev/null +++ b/doc/classes/World2D.xml @@ -0,0 +1,38 @@ + + + + Class that has everything pertaining to a 2D world. + + + Class that has everything pertaining to a 2D world. A physics space, a visual scenario and a sound space. 2D nodes register their resources into the current 2D world. + + + + + + + + + + + Retrieve the [RID] of this world's canvas resource. Used by the [VisualServer] for 2D drawing. + + + + + + + Retrieve the state of this world's physics space. This allows arbitrary querying for collision. + + + + + + + Retrieve the [RID] of this world's physics space resource. Used by the [Physics2DServer] for 2D physics, treating it as both a space and an area. + + + + + + -- cgit v1.2.3