From efd4dc20a3e88cfb90acc2bbb27f941872fbcc72 Mon Sep 17 00:00:00 2001
From: Mansur Isaev <737dab2f169a@mail.ru>
Date: Fri, 23 Sep 2022 10:06:29 +0400
Subject: Add `area_get_collision_layer` and `area_get_collision_mask`
---
doc/classes/PhysicsServer2D.xml | 14 ++++++++++++++
doc/classes/PhysicsServer2DExtension.xml | 12 ++++++++++++
doc/classes/PhysicsServer3D.xml | 14 ++++++++++++++
doc/classes/PhysicsServer3DExtension.xml | 12 ++++++++++++
4 files changed, 52 insertions(+)
(limited to 'doc/classes')
diff --git a/doc/classes/PhysicsServer2D.xml b/doc/classes/PhysicsServer2D.xml
index 4b588033c0..18ac8a11df 100644
--- a/doc/classes/PhysicsServer2D.xml
+++ b/doc/classes/PhysicsServer2D.xml
@@ -53,6 +53,20 @@
+
+
+
+
+ Returns the physics layer or layers an area belongs to.
+
+
+
+
+
+
+ Returns the physics layer or layers an area can contact with.
+
+
diff --git a/doc/classes/PhysicsServer2DExtension.xml b/doc/classes/PhysicsServer2DExtension.xml
index 518862bb28..9bb11e0d89 100644
--- a/doc/classes/PhysicsServer2DExtension.xml
+++ b/doc/classes/PhysicsServer2DExtension.xml
@@ -47,6 +47,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/doc/classes/PhysicsServer3D.xml b/doc/classes/PhysicsServer3D.xml
index da9e10c420..95f7fb69a2 100644
--- a/doc/classes/PhysicsServer3D.xml
+++ b/doc/classes/PhysicsServer3D.xml
@@ -40,6 +40,20 @@
Creates an [Area3D].
+
+
+
+
+ Returns the physics layer or layers an area belongs to.
+
+
+
+
+
+
+ Returns the physics layer or layers an area can contact with.
+
+
diff --git a/doc/classes/PhysicsServer3DExtension.xml b/doc/classes/PhysicsServer3DExtension.xml
index ab00f63359..1e9df54de5 100644
--- a/doc/classes/PhysicsServer3DExtension.xml
+++ b/doc/classes/PhysicsServer3DExtension.xml
@@ -34,6 +34,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
--
cgit v1.2.3