diff options
author | Aaron Franke <arnfranke@yahoo.com> | 2021-09-20 19:37:32 -0500 |
---|---|---|
committer | Aaron Franke <arnfranke@yahoo.com> | 2021-09-20 20:59:33 -0500 |
commit | d54f2ad7cac0f15c757ace54ad209fcedb3053bf (patch) | |
tree | 3dcb8a63bdbad82e7b2d591879a0efa173244cbd /doc/classes/CollisionShape2D.xml | |
parent | 2d1699ef82a29ef65d810194ee76dddc0d9e0389 (diff) | |
download | redot-engine-d54f2ad7cac0f15c757ace54ad209fcedb3053bf.tar.gz |
Don't generate empty doc sections and reduce code duplication
Diffstat (limited to 'doc/classes/CollisionShape2D.xml')
-rw-r--r-- | doc/classes/CollisionShape2D.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/classes/CollisionShape2D.xml b/doc/classes/CollisionShape2D.xml index c03eba82ff..5159b2b15b 100644 --- a/doc/classes/CollisionShape2D.xml +++ b/doc/classes/CollisionShape2D.xml @@ -12,8 +12,6 @@ <link title="2D Pong Demo">https://godotengine.org/asset-library/asset/121</link> <link title="2D Kinematic Character Demo">https://godotengine.org/asset-library/asset/113</link> </tutorials> - <methods> - </methods> <members> <member name="disabled" type="bool" setter="set_disabled" getter="is_disabled" default="false"> A disabled collision shape has no effect in the world. This property should be changed with [method Object.set_deferred]. @@ -28,6 +26,4 @@ The actual shape owned by this collision shape. </member> </members> - <constants> - </constants> </class> |