diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-12-10 10:44:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-10 10:44:36 +0100 |
commit | c868baf6581cb082844c7fde822c9b1ad86b3215 (patch) | |
tree | a0c116ee699c27c85878b9a84560ca1e2706ed3c /doc/classes/Shape.xml | |
parent | 2845e6a21a9a1b7c8bf64dc49575213141a68832 (diff) | |
parent | 16d612dccc992d64d65d920ff2639f04d99aec51 (diff) |
Merge pull request #34222 from Calinou/doc-collisionshapes
Improve the Shape/Shape2D classes documentation
Diffstat (limited to 'doc/classes/Shape.xml')
-rw-r--r-- | doc/classes/Shape.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/Shape.xml b/doc/classes/Shape.xml index ce5947bc06..123353b59a 100644 --- a/doc/classes/Shape.xml +++ b/doc/classes/Shape.xml @@ -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> |