From 236025dccfd044824fd4d26f8611e0de16ce36fb Mon Sep 17 00:00:00 2001 From: Nathan Warden Date: Sat, 9 Sep 2017 09:30:38 -0500 Subject: [PATCH] Updated documentation for StaticBody. --- doc/base/classes.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/base/classes.xml b/doc/base/classes.xml index a097470306f..9d7cc94e585 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -47989,12 +47989,16 @@ + The body bounciness. + The constant angular velocity for the body. This does not rotate the body, but affects other bodies that touch it, as if it was in a state of rotation. + The constant linear velocity for the body. This does not move the body, but affects other bodies that touch it, as if it was in a state of movement. + The body friction, from 0 (frictionless) to 1 (full friction).