diff options
Diffstat (limited to 'doc/classes/Shape.xml')
-rw-r--r-- | doc/classes/Shape.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/classes/Shape.xml b/doc/classes/Shape.xml index ce5947bc06..5925d614bb 100644 --- a/doc/classes/Shape.xml +++ b/doc/classes/Shape.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" ?> -<class name="Shape" inherits="Resource" category="Core" version="3.2"> +<class name="Shape" inherits="Resource" version="3.2"> <brief_description> Base class for all 3D shape resources. </brief_description> @@ -13,6 +13,7 @@ </methods> <members> <member name="margin" type="float" setter="set_margin" getter="get_margin" default="0.04"> + The collision margin for the shape. </member> </members> <constants> |