Overhaul the top sections of the class reference (Physics classes)

This commit is contained in:
VolTer 2023-04-28 22:59:03 +02:00
parent c80a2b4fe9
commit e3d0da404f
100 changed files with 295 additions and 299 deletions

View file

@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="PinJoint2D" inherits="Joint2D" version="4.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
<brief_description>
Pin joint for 2D shapes.
A physics joint that attaches two 2D physics bodies at a single point, allowing them to freely rotate.
</brief_description>
<description>
Pin joint for 2D rigid bodies. It pins two bodies (dynamic or static) together.
A physics joint that attaches two 2D physics bodies at a single point, allowing them to freely rotate. For example, a [RigidBody2D] can be attached to a [StaticBody2D] to create a pendulum or a seesaw.
</description>
<tutorials>
</tutorials>