diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-11-24 18:10:32 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-11-24 18:10:32 +0100 |
commit | 92f07fefcd334686e81f56555d83530ae6741c2b (patch) | |
tree | 8fa1e89cfc407ed7ad9913e27845a72a7eb46598 /doc/classes/SphereShape.xml | |
parent | 31f62f53c516360dcf8688141a5f8a0aebada431 (diff) |
doc: Remove setters and getters now exposed via properties/members
Diffstat (limited to 'doc/classes/SphereShape.xml')
-rw-r--r-- | doc/classes/SphereShape.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/classes/SphereShape.xml b/doc/classes/SphereShape.xml index 567cef9900..c26d069310 100644 --- a/doc/classes/SphereShape.xml +++ b/doc/classes/SphereShape.xml @@ -11,20 +11,6 @@ <demos> </demos> <methods> - <method name="get_radius" qualifiers="const"> - <return type="float"> - </return> - <description> - </description> - </method> - <method name="set_radius"> - <return type="void"> - </return> - <argument index="0" name="radius" type="float"> - </argument> - <description> - </description> - </method> </methods> <members> <member name="radius" type="float" setter="set_radius" getter="get_radius"> |