mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Don't generate empty doc sections and reduce code duplication
This commit is contained in:
parent
2d1699ef82
commit
d54f2ad7ca
647 changed files with 76 additions and 2011 deletions
|
|
@ -15,8 +15,6 @@
|
|||
</description>
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
<methods>
|
||||
</methods>
|
||||
<members>
|
||||
<member name="display_to_lens" type="float" setter="set_display_to_lens" getter="get_display_to_lens" default="4.0">
|
||||
The distance between the display and the lenses inside of the device in centimeters.
|
||||
|
|
@ -40,6 +38,4 @@
|
|||
The oversample setting. Because of the lens distortion we have to render our buffers at a higher resolution then the screen can natively handle. A value between 1.5 and 2.0 often provides good results but at the cost of performance.
|
||||
</member>
|
||||
</members>
|
||||
<constants>
|
||||
</constants>
|
||||
</class>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue