From 0babb60c74fa3c8004f4bb1666788b36280fba26 Mon Sep 17 00:00:00 2001 From: Poommetee Ketson Date: Sat, 10 Nov 2018 20:21:34 +0700 Subject: doc: Sync classref with current source --- doc/classes/Physics2DServer.xml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'doc/classes/Physics2DServer.xml') diff --git a/doc/classes/Physics2DServer.xml b/doc/classes/Physics2DServer.xml index a473de4ce8..84e15d3b26 100644 --- a/doc/classes/Physics2DServer.xml +++ b/doc/classes/Physics2DServer.xml @@ -24,6 +24,16 @@ Adds a shape to the area, along with a transform matrix. Shapes are usually referenced by their index, so you should track which shape has a given index. + + + + + + + + + + @@ -51,6 +61,14 @@ Creates an [Area2D]. + + + + + + + + @@ -377,6 +395,16 @@ + + + + + + + + + + @@ -404,6 +432,14 @@ Creates a physics body. The first parameter can be any value from constants BODY_MODE*, for the type of body created. Additionally, the body can be created in sleeping state to save processing time. + + + + + + + + -- cgit v1.2.3