diff options
Diffstat (limited to 'doc/classes/Joint.xml')
-rw-r--r-- | doc/classes/Joint.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Joint.xml b/doc/classes/Joint.xml index 5cd59852df..0235c841b7 100644 --- a/doc/classes/Joint.xml +++ b/doc/classes/Joint.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <class name="Joint" inherits="Spatial" category="Core" version="3.2"> <brief_description> - Base class for all 3D joints + Base class for all 3D joints. </brief_description> <description> Joints are used to bind together two physics bodies. They have a solver priority and can define if the bodies of the two attached nodes should be able to collide with each other. |