From fc09e1436654415f7130b69d049b420d7e5e8d54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sun, 22 Oct 2017 12:56:11 +0200 Subject: classref: Sync with current source Also fix hyperlink references to same class as per the guidelines. [ci skip] --- doc/classes/RigidBody.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/classes/RigidBody.xml') diff --git a/doc/classes/RigidBody.xml b/doc/classes/RigidBody.xml index 76a93248fb..f9488d2f7f 100644 --- a/doc/classes/RigidBody.xml +++ b/doc/classes/RigidBody.xml @@ -430,18 +430,18 @@ - - Static mode. The body behaves like a [StaticBody], and can only move by user code. - - - Kinematic body. The body behaves like a [KinematicBody], and can only move by user code. - Rigid body. This is the "natural" state of a rigid body. It is affected by forces, and can move, rotate, and be affected by user code. + + Static mode. The body behaves like a [StaticBody], and can only move by user code. + Character body. This behaves like a rigid body, but can not rotate. + + Kinematic body. The body behaves like a [KinematicBody], and can only move by user code. + -- cgit v1.2.3