From eaaee63b629d6999fcc0c84e38886b964f6d051d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Mon, 30 Mar 2020 18:22:57 +0200 Subject: doc: Update classref with node renames A few extra renames for classes which were missed in last week's PRs. --- doc/classes/Shape3D.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 doc/classes/Shape3D.xml (limited to 'doc/classes/Shape3D.xml') diff --git a/doc/classes/Shape3D.xml b/doc/classes/Shape3D.xml new file mode 100644 index 0000000000..1af6550dc5 --- /dev/null +++ b/doc/classes/Shape3D.xml @@ -0,0 +1,21 @@ + + + + Base class for all 3D shape resources. + + + Base class for all 3D shape resources. Nodes that inherit from this can be used as shapes for a [PhysicsBody3D] or [Area3D] objects. + + + https://docs.godotengine.org/en/latest/tutorials/physics/physics_introduction.html + + + + + + The collision margin for the shape. + + + + + -- cgit v1.2.3