diff options
author | Poommetee Ketson <poommetee@protonmail.com> | 2017-09-12 06:23:08 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-12 06:23:08 +0700 |
commit | c78739adab54097edd7aeda706c7ef4423717f88 (patch) | |
tree | cddbc9960c265fbc1312a316bdaaf148b7422c92 /doc/base/classes.xml | |
parent | b7ee8b2f3293ec21cde3540295ba82ae31457bf9 (diff) | |
parent | 767f9ce29af9179262070f55dc2fef3fc6cad8b6 (diff) |
Merge pull request #11103 from NathanWarden/collision_shape_docs
Updated the documentation for CollisionShape.
Diffstat (limited to 'doc/base/classes.xml')
-rw-r--r-- | doc/base/classes.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml index f5721a9bbd..9f14f6cecf 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -12196,6 +12196,7 @@ <argument index="0" name="resource" type="Resource"> </argument> <description> + If this method exists within a script it will be called whenever the shape resource has been modified. </description> </method> <method name="set_disabled"> |