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/CameraTexture.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/CameraTexture.xml')
-rw-r--r-- | doc/classes/CameraTexture.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/classes/CameraTexture.xml b/doc/classes/CameraTexture.xml index c0730129a9..2030d3bb45 100644 --- a/doc/classes/CameraTexture.xml +++ b/doc/classes/CameraTexture.xml @@ -9,8 +9,6 @@ </description> <tutorials> </tutorials> - <methods> - </methods> <members> <member name="camera_feed_id" type="int" setter="set_camera_feed_id" getter="get_camera_feed_id" default="0"> The ID of the [CameraFeed] for which we want to display the image. @@ -22,6 +20,4 @@ Which image within the [CameraFeed] we want access to, important if the camera image is split in a Y and CbCr component. </member> </members> - <constants> - </constants> </class> |